Skip to content

Commit bbb5ec7

Browse files
committed
Update setup.py #69
* update long_discription to use the contents of README.rst * update classifiers Signed-off-by: Steven Esser <sesser@nexb.com>
1 parent 5339fd2 commit bbb5ec7

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

setup.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ def read(*names, **kwargs):
7575
name='deltacode',
7676
version=get_version(),
7777
license='Apache-2.0',
78-
description='Delta-related utilities.',
79-
long_description='Delta-related utilities.',
78+
description='Utility for comparing codebases using scancode-toolkit',
79+
long_description=read('README.rst'),
8080
author='nexB Inc.',
8181
author_email='info@nexb.com',
8282
url='https://github.com/nexb/deltacode',
@@ -89,9 +89,7 @@ def read(*names, **kwargs):
8989
# complete classifier list: http://pypi.python.org/pypi?%3Aaction=list_classifiers
9090
'Development Status :: 4 - Beta',
9191
'Intended Audience :: Developers',
92-
'Operating System :: POSIX :: Linux',
93-
'Operating System :: MacOS :: MacOS X',
94-
'Operating System :: Microsoft :: Windows',
92+
'License :: OSI Approved :: Apache Software License',
9593
'Programming Language :: Python',
9694
'Programming Language :: Python :: 2.7',
9795
'Topic :: Utilities',

0 commit comments

Comments
 (0)