[Checkins] SVN: z3c.autoinclude/trunk/ Preparing for initial release.

Martijn Faassen faassen at infrae.com
Mon Feb 25 13:15:49 EST 2008


Log message for revision 84229:
  Preparing for initial release.
  

Changed:
  U   z3c.autoinclude/trunk/CHANGES.txt
  U   z3c.autoinclude/trunk/setup.py

-=-
Modified: z3c.autoinclude/trunk/CHANGES.txt
===================================================================
--- z3c.autoinclude/trunk/CHANGES.txt	2008-02-25 18:12:27 UTC (rev 84228)
+++ z3c.autoinclude/trunk/CHANGES.txt	2008-02-25 18:15:49 UTC (rev 84229)
@@ -1,7 +1,7 @@
 Changes
 =======
 
-0.1 (unreleased)
+0.1 (2008-02-25)
 ----------------
 
 * Initial public release.

Modified: z3c.autoinclude/trunk/setup.py
===================================================================
--- z3c.autoinclude/trunk/setup.py	2008-02-25 18:12:27 UTC (rev 84228)
+++ z3c.autoinclude/trunk/setup.py	2008-02-25 18:15:49 UTC (rev 84229)
@@ -6,9 +6,8 @@
 
 setup(name='z3c.autoinclude',
       version='0.1dev',
-      description="",
-      long_description="""\
-""",
+      description="Automatically include ZCML for dependencies.",
+      long_description=long_description,
       # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers
       classifiers=[
         "Framework :: Zope3",



More information about the Checkins mailing list