Skip to content

Commit

Permalink
Remove markers from setup.py.
Browse files Browse the repository at this point in the history
Basically, it seems like old versions of setuptools are stupid and can't
handle markers. I apparently failed to notice that urllib3 is handling
this by moving all the markers into setup.cfg, meaning that any
setuptools that doesn't look for setup.cfg just automatically gets all
markers for its extras.

This change fixes that up.
  • Loading branch information
Lukasa committed Sep 27, 2016
1 parent 5ae296e commit fc8aaed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@
'cryptography>=1.3.4',
'idna>=2.0.0',
'certifi',
],
'secure:python_version <= "2.7"': [
"ipaddress",
],
'socks': [
Expand Down

0 comments on commit fc8aaed

Please sign in to comment.