PEP 345 - Disallow environment markers in Requires-Python (GH-1611)
Neither pip nor setuptools or warehouse are expecting them and since Requires-Python disallows multiple use, environment markers would be useless.
This commit is contained in:
parent
3443ce5e70
commit
689453c022
|
@ -496,7 +496,6 @@ to use other sequences like tuples or lists on the right side.
|
|||
|
||||
The fields that benefit from this marker are:
|
||||
|
||||
- Requires-Python
|
||||
- Requires-External
|
||||
- Requires-Dist
|
||||
- Provides-Dist
|
||||
|
|
Loading…
Reference in New Issue