Skip to content

Commit 8686b22

Browse files
committed
try uploading with badges
1 parent 9f7a856 commit 8686b22

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

setup.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,9 @@ def read(*names, **kwargs):
4848

4949
setup(
5050
name='django_coverage_plugin',
51-
version='3.1.0',
51+
version='3.1.1rc1',
5252
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-
),
53+
long_description=(read('README.rst')),
6054
long_description_content_type='text/x-rst',
6155
author='Ned Batchelder',
6256
author_email='[email protected]',

0 commit comments

Comments
 (0)