Skip to content
Snippets Groups Projects
Commit 6c768afa authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

Add missing 'long_description_content_type' keyword.

parent d45d21c8
No related branches found
No related tags found
1 merge request!21Maintenance/fix some warnings
......@@ -95,6 +95,7 @@ setup(
install_requires=req,
license="Apache-2.0",
long_description=readme + '\n\n' + history,
long_description_content_type='text/x-rst',
include_package_data=True,
package_data={'spechomo': ['options_default.yaml',
# 'resources/**/**/*'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment