point setup.py to the right package location in zope 2.

And ... WOW. it works! Yay.
parent 26d402f4
############################################################################# #############################################################################
# #
# Copyright (c) 2002 Zope Corporation and Contributors. # Copyright (c) 2005 Zope Corporation and Contributors.
# All Rights Reserved. # All Rights Reserved.
# #
# This software is subject to the provisions of the Zope Public License, # This software is subject to the provisions of the Zope Public License,
...@@ -41,5 +41,5 @@ context.load_metadata( ...@@ -41,5 +41,5 @@ context.load_metadata(
os.path.join(here, "releases", "Zope2", os.path.join(here, "releases", "Zope2",
zpkgsetup.publication.PUBLICATION_CONF)) zpkgsetup.publication.PUBLICATION_CONF))
context.walk_packages("src") context.walk_packages("lib/python")
context.setup() context.setup()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment