There was an error while loading. Please reload this page.
1 parent 5339fd2 commit bbb5ec7Copy full SHA for bbb5ec7
1 file changed
setup.py
@@ -75,8 +75,8 @@ def read(*names, **kwargs):
75
name='deltacode',
76
version=get_version(),
77
license='Apache-2.0',
78
- description='Delta-related utilities.',
79
- long_description='Delta-related utilities.',
+ description='Utility for comparing codebases using scancode-toolkit',
+ long_description=read('README.rst'),
80
author='nexB Inc.',
81
author_email='info@nexb.com',
82
url='https://github.com/nexb/deltacode',
@@ -89,9 +89,7 @@ def read(*names, **kwargs):
89
# complete classifier list: http://pypi.python.org/pypi?%3Aaction=list_classifiers
90
'Development Status :: 4 - Beta',
91
'Intended Audience :: Developers',
92
- 'Operating System :: POSIX :: Linux',
93
- 'Operating System :: MacOS :: MacOS X',
94
- 'Operating System :: Microsoft :: Windows',
+ 'License :: OSI Approved :: Apache Software License',
95
'Programming Language :: Python',
96
'Programming Language :: Python :: 2.7',
97
'Topic :: Utilities',
0 commit comments