Skip to content

Commit

Permalink
Expanded dependency on ZODB3 to include the test extra.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Sep 25, 2010
1 parent d78b5b8 commit 4db3890
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
2.12.0 - unreleased
-------------------

- Expanded dependency on ZODB3 to include the test extra.

2.11.3 - 2010-06-05
-------------------
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
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,
)

0 comments on commit 4db3890

Please sign in to comment.