[Checkins] SVN: roman/trunk/setup.py Fix license Trove classifier.

Stephan Richter srichter at gmail.com
Thu Jul 23 12:29:30 EDT 2009


Log message for revision 102157:
  Fix license Trove classifier.
  

Changed:
  U   roman/trunk/setup.py

-=-
Modified: roman/trunk/setup.py
===================================================================
--- roman/trunk/setup.py	2009-07-23 16:25:57 UTC (rev 102156)
+++ roman/trunk/setup.py	2009-07-23 16:29:29 UTC (rev 102157)
@@ -11,7 +11,7 @@
     classifiers = [
         'Development Status :: 5 - Production/Stable',
         'Intended Audience :: Developers',
-        'License :: OSI Approved :: Python License',
+        'License :: OSI Approved :: Python Software Foundation License',
         'Programming Language :: Python',
         'Natural Language :: English',
         'Operating System :: OS Independent'],



More information about the Checkins mailing list