Skip to content

Commit

Permalink
Specify detailed distribution dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Mar 1, 2013
1 parent 1aadfb1 commit 7ff40ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Expand Up @@ -4,6 +4,7 @@ Changelog
2.13.2 (unreleased)
-------------------

- Specify detailed distribution dependencies.

2.13.1 (2010-09-25)
-------------------
Expand Down
8 changes: 8 additions & 0 deletions setup.py
Expand Up @@ -29,7 +29,15 @@
package_dir={'': 'src'},
install_requires=[
'setuptools',
'AccessControl',
'Acquisition',
'DateTime',
'DocumentTemplate',
'Persistence',
'Zope2 >= 2.13.0a1',
'zope.deferredimport',
'zope.interface',
'zope.sendmail',
],
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 7ff40ac

Please sign in to comment.