license=open("LICENSE").read(

This commit is contained in:
Kenneth Reitz
2012-03-31 02:53:14 -04:00
parent 9a62aa6380
commit 04c329d703
+1 -1
View File
@@ -51,7 +51,7 @@ setup(
package_data={'': ['LICENSE', 'NOTICE']},
include_package_data=True,
install_requires=required,
license='ISC',
license=open("LICENSE").read(
classifiers=(
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',