[Checkins] SVN: bluebream/trunk/ Make sure visitor to PyPI page is not missing documentation

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


Log message for revision 107704:
  Make sure visitor to PyPI page is not missing documentation
  

Changed:
  U   bluebream/trunk/README.txt
  U   bluebream/trunk/setup.py

-=-
Modified: bluebream/trunk/README.txt
===================================================================
--- bluebream/trunk/README.txt	2010-01-05 13:57:35 UTC (rev 107703)
+++ bluebream/trunk/README.txt	2010-01-05 14:02:42 UTC (rev 107704)
@@ -105,3 +105,6 @@
 
 There is a view named ``hello`` registered by default. which can be
 accessed here: http://localhost:8080/@@hello
+
+You can continue reading about BlueBream from the `documentation site
+<http://packages.python.org/bluebream>`_.

Modified: bluebream/trunk/setup.py
===================================================================
--- bluebream/trunk/setup.py	2010-01-05 13:57:35 UTC (rev 107703)
+++ bluebream/trunk/setup.py	2010-01-05 14:02:42 UTC (rev 107704)
@@ -23,7 +23,7 @@
     version="0.1.5dev",
     author="BlueBream Team",
     author_email="zope-dev at zope.org",
-    url="https://launchpad.net/bluebream",
+    url="http://packages.python.org/bluebream",
     download_url="http://pypi.python.org/pypi/bluebream",
     description="Script to setup a Zope project directory.",
     long_description=(



More information about the checkins mailing list