changed licence description in file so that PyPi would accept the distribution with the current licence.

This commit is contained in:
Edward Robinson
2012-10-25 21:16:39 +01:00
parent 69c485e936
commit c30b3f1c65
+2 -2
View File
@@ -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'
]
)
)