From 04c329d703784f4d44bb9472f51e7723caabd264 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 31 Mar 2012 02:53:14 -0400 Subject: [PATCH] license=open("LICENSE").read( --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 849ab830..25f4b0fa 100755 --- a/setup.py +++ b/setup.py @@ -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',