Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Commit

Permalink
Merge pull request #50 from takuan-osho/fix/typo-and-dependency
Browse files Browse the repository at this point in the history
Fix typo and dependency
  • Loading branch information
c-bata committed Sep 23, 2016
2 parents 7292b91 + 40d06b1 commit 0cc2a7b
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 @@ -57,7 +57,7 @@ def run_tests(self):
long_description=README + '\n\n' + CHANGES,
classifiers=__classifiers__,
packages=find_packages(exclude=['test*']),
install_requirements=['jinja2'],
install_requires=['jinja2'],
keywords='web framework wsgi',
license=__license__,
include_package_data=True,
Expand Down

0 comments on commit 0cc2a7b

Please sign in to comment.