diff --git a/setup.py b/setup.py index 965d36a..c2870e4 100644 --- a/setup.py +++ b/setup.py @@ -28,16 +28,14 @@ setup( author='Kenneth Reitz', author_email='me@kennethreitz.com', url='https://github.com/kennethreitz/python-convore', - packages= [ - 'convore', - ], + packages= ['convore'], install_requires=required, - license='MIT', + license='ISC', classifiers=( # 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Natural Language :: English', - 'License :: OSI Approved :: MIT License', + 'License :: OSI Approved :: ISC License', 'Programming Language :: Python', # 'Programming Language :: Python :: 2.5', 'Programming Language :: Python :: 2.6',