~vcs-imports/zope.app.securitypolicy/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: wosc
  • Date: 2009-01-27 13:42:00 UTC
  • Revision ID: vcs-imports@canonical.com-20090127134200-vkpirg0lyjo9zeff
vb

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
##############################################################################
14
14
"""Setup for zope.app.securitypolicy package
15
15
 
16
 
$Id: setup.py 95178 2009-01-27 13:23:50Z wosc $
 
16
$Id: setup.py 95187 2009-01-27 13:42:00Z wosc $
17
17
"""
18
18
 
19
19
import os
24
24
    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
25
25
 
26
26
setup(name='zope.app.securitypolicy',
27
 
    version = '3.5.1dev',
 
27
    version = '3.5.2dev',
28
28
    author='Zope Corporation and Contributors',
29
29
    author_email='zope3-dev@zope.org',
30
30
    description="Zope's Default Security Policy ZMI Support",