[Checkins] SVN: zope.schema/trunk/ Normalize Python classifiers.
    Tres Seaver 
    cvs-admin at zope.org
       
    Mon Dec 31 14:06:18 UTC 2012
    
    
  
Log message for revision 128937:
  Normalize Python classifiers.
Changed:
  _U  zope.schema/trunk/
  U   zope.schema/trunk/setup.cfg
  U   zope.schema/trunk/setup.py
-=-
Modified: zope.schema/trunk/setup.cfg
===================================================================
--- zope.schema/trunk/setup.cfg	2012-12-31 14:05:57 UTC (rev 128936)
+++ zope.schema/trunk/setup.cfg	2012-12-31 14:06:18 UTC (rev 128937)
@@ -4,6 +4,7 @@
 cover-erase=1
 with-doctest=0
 where=src
+ignore-files=examples.py
 
 [aliases]
 dev = develop easy_install zope.schema[testing]
Modified: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2012-12-31 14:05:57 UTC (rev 128936)
+++ zope.schema/trunk/setup.py	2012-12-31 14:06:18 UTC (rev 128937)
@@ -91,6 +91,8 @@
         "Intended Audience :: Developers",
         "License :: OSI Approved :: Zope Public License",
         "Operating System :: OS Independent",
+        "Programming Language :: Python",
+        "Programming Language :: Python :: 2",
         "Programming Language :: Python :: 2.6",
         "Programming Language :: Python :: 2.7",
         "Programming Language :: Python :: 3",
    
    
More information about the checkins
mailing list