diff --git a/setup.py b/setup.py index 2d0eec7..def3106 100755 --- a/setup.py +++ b/setup.py @@ -41,13 +41,13 @@ 'pyinstapaper'}, include_package_data=True, install_requires=requirements, - license="ISCL", + license="MIT", zip_safe=False, keywords='pyinstapaper', classifiers=[ 'Development Status :: 2 - Pre-Alpha', 'Intended Audience :: Developers', - 'License :: OSI Approved :: ISC License (ISCL)', + 'License :: OSI Approved :: MIT License', 'Natural Language :: English', "Programming Language :: Python :: 2", 'Programming Language :: Python :: 2.6',