Skip to content

Commit

Permalink
fix broken package on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancahill committed Nov 7, 2015
1 parent b41adfb commit 7151caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

setup(
name='Flask-Inputs',
version='0.1.0',
version='0.2.0',
description='Flask request data validation',
long_description=long_description,
url='http://pythonhosted.org/Flask-Inputs/',
author='Nathan Cahill',
author_email='[email protected]',
license='MIT',
keywords='flask validation wtforms',
py_modules=['flask_inputs'],
packages=['flask_inputs'],
install_requires=['flask', 'wtforms'],
tests_require=['nose', 'coverage', 'jsonschema'],
)

0 comments on commit 7151caf

Please sign in to comment.