[Checkins] SVN: bluebream/trunk/setup.py Remove my name from author as I don't want to be the sole author.

Baiju M baiju.m.mail at gmail.com
Tue Jan 5 02:04:47 EST 2010


Log message for revision 107691:
  Remove my name from author as I don't want to be the sole author.
  Feel free to make fix bugs listed here:
  https://bugs.edge.launchpad.net/bluebream
  

Changed:
  U   bluebream/trunk/setup.py

-=-
Modified: bluebream/trunk/setup.py
===================================================================
--- bluebream/trunk/setup.py	2010-01-05 04:06:45 UTC (rev 107690)
+++ bluebream/trunk/setup.py	2010-01-05 07:04:47 UTC (rev 107691)
@@ -21,13 +21,13 @@
 setup(
     name="bluebream",
     version="0.1.4dev",
-    author="Baiju M",
-    author_email="baiju.m.mail at gmail.com",
+    author="BlueBream Team",
+    author_email="zope-dev at zope.org",
     url="https://launchpad.net/bluebream",
     download_url="http://pypi.python.org/pypi/bluebream",
     description="Script to setup a Zope project directory.",
     long_description=(
-        read('README.txt') 
+        read('README.txt')
         + '\n\n' +
         read('CHANGES.txt')
         + '\n\n' +
@@ -42,5 +42,6 @@
     install_requires=["PasteScript>=1.7.3"],
     extras_require={"test": ["zc.buildout"]},
     entry_points={
-    "paste.paster_create_template": ["bluebream = bluebream.template:BlueBream"]},
+    "paste.paster_create_template":
+        ["bluebream = bluebream.template:BlueBream"]},
     )



More information about the checkins mailing list