[Checkins] SVN: zc.buildout/branches/help-api/setup.py Added missing unzip doc.

Godefroid Chapelle gotcha at bubblenet.be
Sun Mar 29 17:23:43 EDT 2009


Log message for revision 98527:
  Added missing unzip doc.
  
  Try using 0 version on trunk.

Changed:
  U   zc.buildout/branches/help-api/setup.py

-=-
Modified: zc.buildout/branches/help-api/setup.py
===================================================================
--- zc.buildout/branches/help-api/setup.py	2009-03-29 21:23:37 UTC (rev 98526)
+++ zc.buildout/branches/help-api/setup.py	2009-03-29 21:23:43 UTC (rev 98527)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 
-version = "1.0.7-dev"
+version = "0"
 
 import os
 from setuptools import setup, find_packages
@@ -28,6 +28,8 @@
         + '\n' +
         read('src', 'zc', 'buildout', 'buildout.txt')
         + '\n' +
+        read('src', 'zc', 'buildout', 'unzip.txt')
+        + '\n' +
         read('src', 'zc', 'buildout', 'repeatable.txt')
         + '\n' +
         read('src', 'zc', 'buildout', 'downloadcache.txt')



More information about the Checkins mailing list