Skip to content

Commit

Permalink
Make compatible with zest.releaser.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jan 25, 2018
1 parent 1bc3046 commit 770e4d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -15,10 +15,9 @@
from os.path import join
from setuptools import setup, find_packages, Extension

__version__ = '2.13.16.dev0'

setup(name='AccessControl',
version=__version__,
version='2.13.16.dev0',
url='http://pypi.python.org/pypi/AccessControl',
license='ZPL 2.1',
description="Security framework for Zope2.",
Expand Down

0 comments on commit 770e4d0

Please sign in to comment.