We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82491d3 commit d0f74e1Copy full SHA for d0f74e1
requirements_dev.txt
@@ -6,6 +6,7 @@ tox
6
Sphinx
7
sphinx-rtd-theme
8
twine
9
+wheel
10
pylint
11
coverage
12
pytest
setup.py
@@ -41,6 +41,7 @@
41
keywords="synmod",
42
license="MIT",
43
long_description=readme + "\n\n" + changelog,
44
+ long_description_content_type="text/plain",
45
name="synmod",
46
packages=find_packages(),
47
python_requires=">= 3.6",
0 commit comments