Skip to content

Commit

Permalink
backport r127985 onto the 2.13 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
witsch committed Oct 13, 2012
1 parent d1f00a7 commit c5f275e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildout.cfg
Expand Up @@ -30,7 +30,7 @@ initialization =
import sys
import warnings
if sys.version_info >= (2, 7): warnings.simplefilter('default')
eggs = Zope2
eggs = Zope2 [test]


[scripts]
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -65,7 +65,6 @@
'initgroups',
'pytz',
'setuptools',
'tempstorage',
'transaction',
'zdaemon',
'zExceptions',
Expand Down Expand Up @@ -113,7 +112,9 @@
'Products.PythonScripts',
'Products.StandardCacheManagers',
] + additional_install_requires,

extras_require={
'test': ['tempstorage'],
},
include_package_data=True,
zip_safe=False,
entry_points={
Expand Down

0 comments on commit c5f275e

Please sign in to comment.