Skip to content

Commit

Permalink
Typo in spec regexp
Browse files Browse the repository at this point in the history
This is the follow up to previous commit
  • Loading branch information
etingof committed Aug 6, 2018
1 parent eec8814 commit 1f03c8c
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 @@ -96,7 +96,7 @@ def howto_install_setuptools():

for requirement in requires:
match = re.match(
r'(.*?)\s*;\s*python_version\s*([<>=!±]+)\s*\'(.*?)\'', requirement)
r'(.*?)\s*;\s*python_version\s*([<>=!~]+)\s*\'(.*?)\'', requirement)

if not match:
resolved_requires.append(requirement)
Expand Down

0 comments on commit 1f03c8c

Please sign in to comment.