From bcbc1be1c8782b4be98284fa285ff17b3f603254 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 31 Mar 2012 03:06:28 -0400 Subject: [PATCH] blah --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.7.4