[Checkins] SVN: zc.recipe.cmmi/trunk/setup.py added PyPI classifier to associate this package with the buildout framework

Thomas Lotze tl at gocept.com
Thu Mar 12 08:27:50 EDT 2009


Log message for revision 97980:
  added PyPI classifier to associate this package with the buildout framework

Changed:
  U   zc.recipe.cmmi/trunk/setup.py

-=-
Modified: zc.recipe.cmmi/trunk/setup.py
===================================================================
--- zc.recipe.cmmi/trunk/setup.py	2009-03-12 11:03:21 UTC (rev 97979)
+++ zc.recipe.cmmi/trunk/setup.py	2009-03-12 12:27:49 UTC (rev 97980)
@@ -27,6 +27,7 @@
     description = "ZC Buildout recipe for configure/make/make install",
     license = "ZPL 2.1",
     keywords = "zope3",
+    classifiers = ["Framework :: Buildout"],
     url='http://www.python.org/pypi/'+name,
     long_description=(
         read('README.txt')



More information about the Checkins mailing list