From ce8a8cd5ba4f9c0b0367e4517c8cafa25c1db090 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 14 Feb 2011 03:04:04 -0500 Subject: [PATCH] ISC and such --- setup.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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',