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 9f7a856 commit 8686b22Copy full SHA for 8686b22
setup.py
@@ -48,15 +48,9 @@ def read(*names, **kwargs):
48
49
setup(
50
name='django_coverage_plugin',
51
- version='3.1.0',
+ version='3.1.1rc1',
52
description='Django template coverage.py plugin',
53
- long_description=(
54
- re.sub(
55
- '(?ms)^.. start-badges.*^.. end-badges',
56
- '',
57
- read('README.rst'),
58
- )
59
- ),
+ long_description=(read('README.rst')),
60
long_description_content_type='text/x-rst',
61
author='Ned Batchelder',
62
author_email='ned@nedbatchelder.com',
0 commit comments