correction bug mot de passe oublié
This commit is contained in:
3
setup.py
3
setup.py
@@ -11,7 +11,6 @@ with open(os.path.join(here, 'CHANGES.txt')) as f:
|
||||
requires = [
|
||||
'pyramid',
|
||||
'pyramid_chameleon',
|
||||
'pyramid_mako==0.3.1', # bug dans pserve --reload
|
||||
'pyramid_debugtoolbar',
|
||||
'pyramid_layout',
|
||||
'pyramid_mailer',
|
||||
@@ -33,7 +32,7 @@ tests_require = [
|
||||
]
|
||||
|
||||
setup(name='mondumas',
|
||||
version='0.1',
|
||||
version='1.0',
|
||||
description='mondumas',
|
||||
long_description=README + '\n\n' + CHANGES,
|
||||
classifiers=[
|
||||
|
||||
Reference in New Issue
Block a user