[Checkins] SVN: z3c.password/trunk/setup.py Explicitly mention supported Python versions in setup.py.

Marius Gedminas cvs-admin at zope.org
Thu Aug 9 12:33:42 UTC 2012


Log message for revision 127451:
  Explicitly mention supported Python versions in setup.py.

Changed:
  U   z3c.password/trunk/setup.py

-=-
Modified: z3c.password/trunk/setup.py
===================================================================
--- z3c.password/trunk/setup.py	2012-08-09 12:22:07 UTC (rev 127450)
+++ z3c.password/trunk/setup.py	2012-08-09 12:33:39 UTC (rev 127451)
@@ -40,6 +40,8 @@
         'Intended Audience :: Developers',
         'License :: OSI Approved :: Zope Public License',
         'Programming Language :: Python',
+        'Programming Language :: Python :: 2.6',
+        'Programming Language :: Python :: 2.7',
         'Natural Language :: English',
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',



More information about the checkins mailing list