Skip to content

Commit

Permalink
Fix install_requires reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Oct 16, 2013
1 parent 16b6fac commit aff5c34
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 @@ -35,7 +35,7 @@ def parse_requirements(filename):
scripts=[
'scripts/overalls',
],
requires=parse_requirements("requirements.pip"),
install_requires=parse_requirements("requirements.pip"),
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down

0 comments on commit aff5c34

Please sign in to comment.