Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
move version into setup()
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed May 31, 2013
1 parent 9c3da8b commit 88d538d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()


version = '1.4.0dev'


setup(name='z3c.zrtresource',
version=version,
version='1.4.0dev',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Resource Templates',
Expand Down

0 comments on commit 88d538d

Please sign in to comment.