[Checkins] SVN: z3c.conditionalviews/trunk/setup.py Add classifiers

Michael Kerrin michael.kerrin at openapp.ie
Tue Feb 12 14:14:14 EST 2008


Log message for revision 83768:
  Add classifiers
  

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

-=-
Modified: z3c.conditionalviews/trunk/setup.py
===================================================================
--- z3c.conditionalviews/trunk/setup.py	2008-02-12 19:11:03 UTC (rev 83767)
+++ z3c.conditionalviews/trunk/setup.py	2008-02-12 19:14:12 UTC (rev 83768)
@@ -12,6 +12,12 @@
         "\n\n" +
         open("CHANGES.txt").read()),
     license = "ZPL 2.1",
+    classifiers = ["Environment :: Web Environment",
+                   "Intended Audience :: Developers",
+                   "License :: OSI Approved :: Zope Public License",
+                   "Programming Language :: Python",
+                   "Framework :: Zope3",
+                   ],
 
     packages = find_packages("src"),
     package_dir = {"": "src"},



More information about the Checkins mailing list