[Checkins] SVN: z3c.recipe.usercrontab/trunk/ fixed email and readme

Reinout van Rees reinout at vanrees.org
Tue Nov 10 09:39:32 EST 2009


Log message for revision 105560:
  fixed email and readme

Changed:
  U   z3c.recipe.usercrontab/trunk/README.txt
  U   z3c.recipe.usercrontab/trunk/setup.py

-=-
Modified: z3c.recipe.usercrontab/trunk/README.txt
===================================================================
--- z3c.recipe.usercrontab/trunk/README.txt	2009-11-10 14:35:15 UTC (rev 105559)
+++ z3c.recipe.usercrontab/trunk/README.txt	2009-11-10 14:39:32 UTC (rev 105560)
@@ -33,3 +33,13 @@
 
 and finally add ``mycronjob`` to the ``parts`` line(s) of your
 buildout.cfg
+
+
+Credits
+=======
+
+Original authors: Jasper Spaans and Jan-Jaap Driessen at `The Health Agency
+<http://www.thehealthagency.com>`_.
+
+Most recent versions: `Reinout van Rees <http://reinout.vanrees.org>`_, also
+at `The Health Agency <http://www.thehealthagency.com>`_

Modified: z3c.recipe.usercrontab/trunk/setup.py
===================================================================
--- z3c.recipe.usercrontab/trunk/setup.py	2009-11-10 14:35:15 UTC (rev 105559)
+++ z3c.recipe.usercrontab/trunk/setup.py	2009-11-10 14:39:32 UTC (rev 105560)
@@ -19,8 +19,8 @@
 
 setup(name=name,
       version=version,
-      author='Jasper Spaans, Jan-Jaap Driessen',
-      author_email='jspaans at thehealthagency.com',
+      author='The Health Agency',
+      author_email='techniek at thehealthagency.com',
       license='ZPL',
       classifiers=[
           "Development Status :: 4 - Beta",



More information about the checkins mailing list