From: Kenneth Reitz Date: Sat, 31 Mar 2012 06:53:14 +0000 (-0400) Subject: license=open("LICENSE").read( X-Git-Tag: v0.12.0~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04c329d703784f4d44bb9472f51e7723caabd264;p=services%2Fpython-requests.git license=open("LICENSE").read( --- diff --git a/setup.py b/setup.py index 849ab83..25f4b0f 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',