Skip to content

Commit

Permalink
move version so it can be parsed by conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gawel committed Dec 26, 2011
1 parent a08f36c commit d352bf7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
requires = ['pyramid>=1.1', 'WebError', 'FormAlchemy>=1.3.8', 'Babel',
'zope.component']

version = '0.4.3'

setup(name='pyramid_formalchemy',
version='0.4.3',
version=version,
description='FormAlchemy plugins and helpers for Pyramid',
long_description=README + '\n\nCHANGES\n=======\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit d352bf7

Please sign in to comment.