Zope Subversion Repository |
|
Zope: Zope3
| Jump to revision:
|
|
| Author: |
fdrake |
| Date: |
Thu Aug 11 21:53:00 2005 UTC (4 years, 6 months ago) |
Log Message:
Move to a zpkg-based setup:
- Switch to ZODB 3.5.0a7.
- References to headers now involve the package names.
- The setup.py in the checkout can only be used for "in-place" builds
(setup.py build_ext -i); you can't do out-of-place builds or
installations directly from a checkout (use a distribution package
for that).
- If you add C code to a package, make sure to update/create the
SETUP.cfg for that package, and make sure that package is listed in
setup.py at the top. (I expect we'll remove that last step before
too long.)
Changed paths: