Commit 57dca750 authored by Jim Fulton's avatar Jim Fulton

Fixed: An unneeded left-over setting in setup.py caused installation with

  pip to fail.
parent a8555052
......@@ -2,6 +2,15 @@
Change History
================
4.0.0a2 (2012-11-13)
=====================
Bugs Fixed
----------
- An unneeded left-over setting in setup.py caused installation with
pip to fail.
4.0.0a1 (2012-11-07)
=====================
......
......@@ -121,10 +121,6 @@ setup(name="ZODB",
test_suite="__main__.alltests", # to support "setup.py test"
tests_require = tests_require,
extras_require = dict(test=tests_require),
# XXX: We don't really want to install these headers; we would
# prefer just including them so that folks can build from an sdist.
headers = ['include/persistent/cPersistence.h',
'include/persistent/ring.h'],
install_requires = [
'transaction',
'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