[Checkins] SVN: z3c.autoinclude/trunk/s starting attempt to isolate PKG-INFO bug introduced in 0.2.1; my suspicion is that it manifests when setuptools.find_packages is called on a package with its toplevel code package in a subdirectory of the egg path (eg path/to/egg/src/code instead of path/to/egg/code)

Ethan Jucovy ejucovy at openplans.org
Tue Apr 22 15:34:45 EDT 2008


Log message for revision 85614:
  starting attempt to isolate PKG-INFO bug introduced in 0.2.1; my suspicion is that it manifests when setuptools.find_packages is called on a package with its toplevel code package in a subdirectory of the egg path (eg path/to/egg/src/code instead of path/to/egg/code)

Changed:
  U   z3c.autoinclude/trunk/setup.py
  A   z3c.autoinclude/trunk/src/z3c/autoinclude/tests/SRCPackage/

-=-
Modified: z3c.autoinclude/trunk/setup.py
===================================================================
--- z3c.autoinclude/trunk/setup.py	2008-04-22 19:27:34 UTC (rev 85613)
+++ z3c.autoinclude/trunk/setup.py	2008-04-22 19:34:44 UTC (rev 85614)
@@ -5,7 +5,7 @@
                     open('CHANGES.txt').read())
 
 setup(name='z3c.autoinclude',
-      version='0.3',
+      version='0.2.2',
       description="Automatically include ZCML for dependencies.",
       long_description=long_description,
       # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers

Copied: z3c.autoinclude/trunk/src/z3c/autoinclude/tests/SRCPackage (from rev 85613, z3c.autoinclude/trunk/src/z3c/autoinclude/tests/APackage)



More information about the Checkins mailing list