[Checkins] SVN: zc.buildout/branches/dev/setup.py Include Python api in docs.

Jim Fulton jim at zope.com
Sun Dec 3 17:56:11 EST 2006


Log message for revision 71391:
  Include Python api in docs.
  

Changed:
  U   zc.buildout/branches/dev/setup.py

-=-
Modified: zc.buildout/branches/dev/setup.py
===================================================================
--- zc.buildout/branches/dev/setup.py	2006-12-03 22:56:08 UTC (rev 71390)
+++ zc.buildout/branches/dev/setup.py	2006-12-03 22:56:10 UTC (rev 71391)
@@ -25,6 +25,8 @@
         + '\n' +
         read('src', 'zc', 'buildout', 'testing.txt')
         + '\n' +
+        read('src', 'zc', 'buildout', 'easy_install.txt')
+        + '\n' +
         'Download\n'
         '**********************\n'
         ),



More information about the Checkins mailing list