[Zodb-checkins] SVN: ZODB/trunk/setup.py fix paths now that my
checkout has been cleaned up
Fred L. Drake, Jr.
fdrake at gmail.com
Thu Aug 11 14:17:49 EDT 2005
Log message for revision 37873:
fix paths now that my checkout has been cleaned up
Changed:
U ZODB/trunk/setup.py
-=-
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py 2005-08-11 18:11:05 UTC (rev 37872)
+++ ZODB/trunk/setup.py 2005-08-11 18:17:49 UTC (rev 37873)
@@ -32,9 +32,9 @@
"ZODB3", "3.5.0a42", __file__)
context.load_metadata(
- os.path.join(here, "releases", "ZODB3", "PUBLICATION.cfg"))
+ os.path.join(here, "PUBLICATION.cfg"))
-context.scan("ZODB3", *join("releases", "ZODB3"))
+context.scan("ZODB3", here, ".")
context.scan("BTrees", *join("src", "BTrees"))
context.scan("Persistence", *join("src", "Persistence"))
context.scan("persistent", *join("src", "persistent"))
More information about the Zodb-checkins
mailing list