[Pypi-checkins] r734 - trunk/pypi

richard python-checkins at python.org
Tue Feb 23 04:36:58 CET 2010


Author: richard
Date: Tue Feb 23 04:36:58 2010
New Revision: 734

Modified:
   trunk/pypi/setup.py
Log:
add more useful information

Modified: trunk/pypi/setup.py
==============================================================================
--- trunk/pypi/setup.py	(original)
+++ trunk/pypi/setup.py	Tue Feb 23 04:36:58 2010
@@ -14,10 +14,13 @@
 <http://pypi.python.org/>. Users should need not need to change
 anything, as the old "www" address should still work. Use of the new
 address in preference is encouraged.
+
+Developers interested in how PyPI works, or in contributing to the project,
+should visit http://wiki.python.org/moin/CheeseShopDev
 ''',
     author = "Richard Jones",
-    author_email = "richard at mechanicalcat.net",
-    url = 'http://pypi.python.org/',
+    author_email = "richard at python.org",
+    url = 'http://wiki.python.org/moin/CheeseShopDev',
     classifiers = [
         'Development Status :: 5 - Production/Stable',
         'Environment :: Web Environment',


More information about the Pypi-checkins mailing list