Skip to content

Commit f33ec70

Browse files
committed
Do not include CHANGELOG in Pypi long description
* simplify and fix reading REDAME only Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent b981c3f commit f33ec70

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

setup.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,19 +92,14 @@ def read(*names, **kwargs):
9292
).read()
9393

9494

95-
long_description = '%s\n%s' % (
96-
read('README.rst'),
97-
)
98-
99-
10095
setup(
10196
name='scancode-toolkit',
10297
version=get_version(),
10398
license='Apache-2.0 with ScanCode acknowledgment and CC0-1.0 and others',
10499
description=
105100
'ScanCode is a tool to scan code for license, copyright, package '
106101
'and their documented dependencies and other interesting facts.',
107-
long_description=long_description,
102+
long_description=read('README.rst'),
108103
author='ScanCode',
109104
author_email='[email protected]',
110105
url='https://github.com/nexB/scancode-toolkit',

0 commit comments

Comments
 (0)