Commit 4db38902 authored by Hanno Schlichting's avatar Hanno Schlichting

Expanded dependency on ZODB3 to include the test extra.

parent d78b5b83
......@@ -4,6 +4,7 @@ Changelog
2.12.0 - unreleased
-------------------
- Expanded dependency on ZODB3 to include the test extra.
2.11.3 - 2010-06-05
-------------------
......
......@@ -29,7 +29,9 @@ setup(name='tempstorage',
long_description=long_description,
packages=find_packages('src'),
package_dir={'': 'src'},
install_requires=['ZODB3'],
install_requires=[
'ZODB3 [test]',
],
include_package_data=True,
zip_safe=False,
)
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