Skip to content

Commit

Permalink
Fix setup definition
Browse files Browse the repository at this point in the history
  • Loading branch information
shendo committed Aug 10, 2014
1 parent 8344d6d commit 47f7012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def load_version():
include_package_data=True,
license="GPL",
install_requires = ['bottle>=0.10', 'jinja2>=2.5'],
tests_requires = ['pytest>=2.5'],
tests_require = ['pytest>=2.5'],
classifiers = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 47f7012

Please sign in to comment.