[Checkins] SVN: z3c.rmldocument/trunk/ - Fixed `url` and `author_email` in ``setup.py``.

Michael Howitz mh at gocept.com
Wed Oct 6 02:30:45 EDT 2010


Log message for revision 117267:
  - Fixed `url` and `author_email` in ``setup.py``.
  
  

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

-=-
Modified: z3c.rmldocument/trunk/CHANGES.txt
===================================================================
--- z3c.rmldocument/trunk/CHANGES.txt	2010-10-06 06:28:24 UTC (rev 117266)
+++ z3c.rmldocument/trunk/CHANGES.txt	2010-10-06 06:30:44 UTC (rev 117267)
@@ -10,7 +10,9 @@
 - Using Python's ``doctest`` module instead of depreacted
   ``zope.testing.doctest``.
 
+- Fixed `url` and `author_email` in ``setup.py``.
 
+
 1.0 (2010-04-16)
 ----------------
 

Modified: z3c.rmldocument/trunk/setup.py
===================================================================
--- z3c.rmldocument/trunk/setup.py	2010-10-06 06:28:24 UTC (rev 117266)
+++ z3c.rmldocument/trunk/setup.py	2010-10-06 06:30:44 UTC (rev 117267)
@@ -23,7 +23,7 @@
     name='z3c.rmldocument',
     version = '1.1dev',
     author = "Christian Theune and the Zope Community",
-    author_email = "zope3-dev at zope.org",
+    author_email = "zope-dev at zope.org",
     description = "User-editable RML documents",
     long_description=(
         read('README.txt')
@@ -38,7 +38,7 @@
         'Programming Language :: Python',
         'Natural Language :: English',
         'Operating System :: OS Independent'],
-    url = 'http://cheeseshop.python.org/pypi/z3c.rmldocument',
+    url = 'http://pypi.python.org/pypi/z3c.rmldocument',
     packages = find_packages('src'),
     package_dir = {'':'src'},
     namespace_packages = ['z3c'],



More information about the checkins mailing list