Commit edf05c7d authored by Chris McDonough's avatar Chris McDonough

Add BDBStorage to setup.py.

parent 40a41bdd
......@@ -218,6 +218,18 @@ setup(
['App/www', ['App/www/*']]],
)
# BDBStorage
setup(
name='BDBStorage',
author=AUTHOR,
packages=['BDBStorage', 'BDBStorage.tests'],
ext_modules = [
Extension(name='BDBStorage._helper',
sources=['BDBStorage/_helper.c']),
]
)
# BTrees
setup(
name='BTrees',
......
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