Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve_unit_test_and_cleanup #9

Merged
Prev Previous commit
Next Next commit
remove install_requires
  • Loading branch information
loonghao committed May 18, 2019
commit ca8ce10f46d7b8df853854e40b8851966be2a15a
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
],
install_requires=['pathlib2'],
)