Commit e745a089 authored by Fred Drake's avatar Fred Drake

fix paths now that my checkout has been cleaned up

parent df76e657
......@@ -32,9 +32,9 @@ context = zpkgsetup.setup.SetupContext(
"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"))
......
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