Commit 92fa557c authored by Tim Peters's avatar Tim Peters

Try to get ring.h installed.

parent eff611f0
...@@ -17,6 +17,12 @@ impossible to overlook. In a release build, ``unghostify()`` raises ...@@ -17,6 +17,12 @@ impossible to overlook. In a release build, ``unghostify()`` raises
problem in a release build (``ghostify()`` is supposed to be so simple that problem in a release build (``ghostify()`` is supposed to be so simple that
it "can't fail"). it "can't fail").
Install
-------
The C header file ``ring.h`` is now installed.
What's new in ZODB3 3.3? What's new in ZODB3 3.3?
======================== ========================
Release date: 06-Oct-2004 Release date: 06-Oct-2004
......
...@@ -229,7 +229,8 @@ setup(name="ZODB3", ...@@ -229,7 +229,8 @@ setup(name="ZODB3",
packages = packages, packages = packages,
package_dir = {'': 'src'}, package_dir = {'': 'src'},
ext_modules = exts, ext_modules = exts,
headers = ['src/persistent/cPersistence.h'], headers = ['src/persistent/cPersistence.h',
'src/persistent/ring.h'],
license = "ZPL 2.1", license = "ZPL 2.1",
platforms = ["any"], platforms = ["any"],
description = doclines[0], description = doclines[0],
......
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