Commit e0a2513c authored by Fred Drake's avatar Fred Drake

- specify what should be packaged by default

- note the zpkg command line that should be used
- remove Persistence from the resource map
- remove SETUP.cfg now that it is not needed
parent 3b5ef712
# unfortunate turd
...@@ -2,9 +2,12 @@ ...@@ -2,9 +2,12 @@
# #
# To getnerate a ZODB release, use: # To getnerate a ZODB release, use:
# #
# zpkg -C zpkg.conf -v <version>
#
build-application no build-application no
collect-dependencies yes collect-dependencies yes
default-collection ZODB3
<resources> <resources>
# This is the ZODB3 release package: # This is the ZODB3 release package:
...@@ -14,7 +17,6 @@ collect-dependencies yes ...@@ -14,7 +17,6 @@ collect-dependencies yes
# This group is maintained as part of the ZODB project: # This group is maintained as part of the ZODB project:
# #
BTrees src/BTrees BTrees src/BTrees
Persistence src/Persistence
persistent src/persistent persistent src/persistent
transaction src/transaction transaction src/transaction
ThreadedAsync src/ThreadedAsync ThreadedAsync src/ThreadedAsync
......
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