Skip to content

Commit b981c3f

Browse files
committed
Do not include CHANGELOG in Pypi long description
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent f22e918 commit b981c3f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)