[Checkins] SVN: z3c.rml/trunk/ pre-release cleanup

Christian Theune ct at gocept.com
Wed Feb 18 02:49:27 EST 2009


Log message for revision 96675:
  pre-release cleanup
  

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

-=-
Modified: z3c.rml/trunk/CHANGES.txt
===================================================================
--- z3c.rml/trunk/CHANGES.txt	2009-02-18 07:46:58 UTC (rev 96674)
+++ z3c.rml/trunk/CHANGES.txt	2009-02-18 07:49:27 UTC (rev 96675)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-0.8.0dev (unreleased)
+0.8.0dev (2009-02-18)
 ---------------------
 
 - Bug: Use python executable as a part of the subprocess command.

Modified: z3c.rml/trunk/setup.py
===================================================================
--- z3c.rml/trunk/setup.py	2009-02-18 07:46:58 UTC (rev 96674)
+++ z3c.rml/trunk/setup.py	2009-02-18 07:49:27 UTC (rev 96675)
@@ -23,7 +23,7 @@
     name='z3c.rml',
     version='0.8.0dev',
     author = "Stephan Richter and the Zope Community",
-    author_email = "zope3-dev at zope.org",
+    author_email = "zope-dev at zope.org",
     description = "An alternative implementation of RML",
     long_description=(
         read('README.txt')
@@ -39,12 +39,12 @@
         'Programming Language :: Python',
         'Natural Language :: English',
         'Operating System :: OS Independent'],
-    url = 'http://cheeseshop.python.org/pypi/z3c.rml',
+    url = 'http://pypi.python.org/pypi/z3c.rml',
     packages = find_packages('src'),
     package_dir = {'':'src'},
     namespace_packages = ['z3c'],
     extras_require = dict(
-        test = ['zope.pagetemplate', 'zope.testing'],
+        test = ['zope.pagetemplate', 'zope.testing', 'PIL'],
         pagetemplate = ['zope.pagetemplate']
         ),
     install_requires = [



More information about the Checkins mailing list