Skip to content

Commit b981c3f

Browse files
committed
Do not include CHANGELOG in Pypi long description
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent f22e918 commit b981c3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def read(*names, **kwargs):
9494

9595
long_description = '%s\n%s' % (
9696
read('README.rst'),
97-
re.sub(':obj:`~?(.*?)`', r'``\1``', read('CHANGELOG.rst'))
9897
)
9998

10099

0 commit comments

Comments
 (0)