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 7db66a2 commit 97c7d1fCopy full SHA for 97c7d1f
setup.py
@@ -62,6 +62,7 @@ def read(*names, **kwargs):
62
re.M | re.S,
63
).sub('', read('README.rst'))
64
),
65
+ long_description_content_type='text/x-rst',
66
author='Ned Batchelder',
67
author_email='ned@nedbatchelder.com',
68
url='https://github.com/nedbat/django_coverage_plugin',
tox.ini
@@ -60,9 +60,11 @@ deps =
60
docutils
61
check-manifest
readme-renderer
+ twine
commands =
- python setup.py check --strict --metadata --restructuredtext
+ python setup.py -q sdist
+ twine check dist/*
check-manifest {toxinidir}
69
70
[testenv:doc]
0 commit comments