[Checkins] SVN: zc.recipe.cmmi/branches/tlotze-download-api/setup.py bumped dev version, improved metadata

Thomas Lotze tl at gocept.com
Tue Jun 16 03:15:22 EDT 2009


Log message for revision 101035:
  bumped dev version, improved metadata

Changed:
  U   zc.recipe.cmmi/branches/tlotze-download-api/setup.py

-=-
Modified: zc.recipe.cmmi/branches/tlotze-download-api/setup.py
===================================================================
--- zc.recipe.cmmi/branches/tlotze-download-api/setup.py	2009-06-16 06:57:59 UTC (rev 101034)
+++ zc.recipe.cmmi/branches/tlotze-download-api/setup.py	2009-06-16 07:15:22 UTC (rev 101035)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Zope Corporation and Contributors.
+# Copyright (c) 2006-2009 Zope Corporation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -21,14 +21,21 @@
 name = "zc.recipe.cmmi"
 setup(
     name = name,
-    version = '1.2.1 dev',
+    version = '1.3dev',
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     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,
+    keywords = "zc.buildout buildout recipe cmmi configure make install",
+    classifiers = [
+        "Environment :: Plugins",
+        "Framework :: Buildout",
+        "Intended Audience :: Developers",
+        "License :: OSI Approved :: Zope Public License",
+        "Topic :: Software Development :: Build Tools",
+        "Topic :: System :: Software Distribution",
+        ],
+    url='http://pypi.python.org/pypi/'+name,
     long_description=(
         read('README.txt')
         + '\n' +



More information about the Checkins mailing list