From: Kenneth Reitz Date: Sat, 31 Mar 2012 07:06:28 +0000 (-0400) Subject: blah X-Git-Tag: v0.12.0~70 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bcbc1be1c8782b4be98284fa285ff17b3f603254;p=services%2Fpython-requests.git blah --- diff --git a/setup.py b/setup.py index 25f4b0f..fe0aef5 100755 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ setup( package_data={'': ['LICENSE', 'NOTICE']}, include_package_data=True, install_requires=required, - license=open("LICENSE").read( + license=open("LICENSE").read(), classifiers=( 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers',