Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skyreflectedinmirrors committed Apr 20, 2017
1 parent db01fdc commit defb6cd
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 @@ -21,7 +21,7 @@
print('Warning: pypandoc module not found, could not convert Markdown to RST')
long_description = desc

install_require = [
install_requires = [
'six'
]

Expand All @@ -41,7 +41,7 @@
packages=['optionloop', 'optionloop.tests'],
zip_safe=True,
test_suite='nose.collector',
install_require=install_require,
install_requires=install_requires,
tests_require=tests_require,
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit defb6cd

Please sign in to comment.