ISC and such

This commit is contained in:
Kenneth Reitz
2011-02-14 03:04:04 -05:00
parent 92ba2d40da
commit ce8a8cd5ba
+3 -5
View File
@@ -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',