From c30b3f1c65ce8aebf6465e269b843393c90824bc Mon Sep 17 00:00:00 2001 From: Edward Robinson Date: Thu, 25 Oct 2012 21:16:39 +0100 Subject: [PATCH] changed licence description in file so that PyPi would accept the distribution with the current licence. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8fb4c1c..539bc80 100644 --- a/setup.py +++ b/setup.py @@ -28,10 +28,10 @@ setup( classifiers=[ 'Environment :: Web Environment', 'Intended Audience :: Developers', - 'License :: WTFPL', + 'License :: Other/Proprietary License', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules' ] -) \ No newline at end of file +)