[Checkins] SVN: z3c.flashmessage/trunk/setup.py reading in the readme.txt, next version is 1.0b2

Christian Zagrodnick cz at gocept.com
Wed Sep 12 08:50:26 EDT 2007


Log message for revision 79585:
  reading in the readme.txt, next version is 1.0b2

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

-=-
Modified: z3c.flashmessage/trunk/setup.py
===================================================================
--- z3c.flashmessage/trunk/setup.py	2007-09-12 12:35:43 UTC (rev 79584)
+++ z3c.flashmessage/trunk/setup.py	2007-09-12 12:50:26 UTC (rev 79585)
@@ -2,10 +2,13 @@
 
 setup(
     name = "z3c.flashmessage",
-    version = "1.0b1",
+    version = "1.0b2",
     author = "Jasper Op de Coul, Christian Theune",
     author_email = "jasper at infrae.com, ct at gocept.com",
     description = "A package for sending `flash messages` to users.",
+    long_description=file(os.path.join(
+        os.path.dirname(__file__), 'src', 'z3c', 'flashmessage',
+        'README.txt')).read(),
     license = "ZPL 2.1",
     keywords = "zope3",
     zip_safe=False,



More information about the Checkins mailing list