[Zope-Checkins]
SVN: Zope/branches/philikon-zope32-integration/setup.py
point setup.py to the right package location in zope 2.
Philipp von Weitershausen
philikon at philikon.de
Sun Oct 30 13:12:18 EST 2005
Log message for revision 39751:
point setup.py to the right package location in zope 2.
And ... WOW. it works! Yay.
Changed:
U Zope/branches/philikon-zope32-integration/setup.py
-=-
Modified: Zope/branches/philikon-zope32-integration/setup.py
===================================================================
--- Zope/branches/philikon-zope32-integration/setup.py 2005-10-30 18:09:47 UTC (rev 39750)
+++ Zope/branches/philikon-zope32-integration/setup.py 2005-10-30 18:12:17 UTC (rev 39751)
@@ -1,6 +1,6 @@
#############################################################################
#
-# Copyright (c) 2002 Zope Corporation and Contributors.
+# Copyright (c) 2005 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
@@ -41,5 +41,5 @@
os.path.join(here, "releases", "Zope2",
zpkgsetup.publication.PUBLICATION_CONF))
-context.walk_packages("src")
+context.walk_packages("lib/python")
context.setup()
More information about the Zope-Checkins
mailing list