Skip to content

Commit

Permalink
Fix typo for string replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
Daun Jung committed Jul 28, 2020
1 parent bf36335 commit 735d721
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 @@ -26,7 +26,7 @@ def _openreq(reqfile):

req = _openreq('requirements.txt')
if sys.version_info[0] < 3:
req[0] = req[0].replace(">=", "")
req[0] = req[0].replace(">=", "==")

return

Expand Down

0 comments on commit 735d721

Please sign in to comment.