summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2006-04-05 17:17:59 +0000
committerTres Seaver <tseaver@palladion.com>2006-04-05 17:17:59 +0000
commitae01eac17d0494733bf2ff4a2cd05fe5c865c20c (patch)
treeace0eba26bc454b40bf53c5f7c8ad4b2b3c15949
parent69a3b70c3aca28e2fc9a4dc4332b20a029fe2ac6 (diff)
downloadzope-security-ae01eac17d0494733bf2ff4a2cd05fe5c865c20c.tar.gz
Release zope.security-3.2.0 as an egg.
-rw-r--r--setup.cfg.in2
-rw-r--r--setup.py4
2 files changed, 4 insertions, 2 deletions
diff --git a/setup.cfg.in b/setup.cfg.in
index bdfcfcc..1196682 100644
--- a/setup.cfg.in
+++ b/setup.cfg.in
@@ -1,3 +1,5 @@
+[development]
+depends = zope.testing
[egg_info]
tag_build = .dev
diff --git a/setup.py b/setup.py
index 42d3d4a..1e34ccb 100644
--- a/setup.py
+++ b/setup.py
@@ -24,8 +24,8 @@ except ImportError, e:
from distutils.core import setup, Extension
setup(name='zope.security',
- version='1.0',
- url='http://svn.zope.org/zope.security',
+ version='3.2.0',
+ url='http://svn.zope.org/zope.security/tags/3.2.0',
license='ZPL 2.1',
description='Zope3 Security Architecture',
author='Zope Corporation and Contributors',