-
Notifications
You must be signed in to change notification settings - Fork 30
Pip install broken #28
Copy link
Copy link
Open
Description
Currently it is not possible to install funcsigs using pip install.
The problem is caused by this line:
extras_require = {
':python_version<"2.7"': ['ordereddict'], },
error in funcsigs setup command: Invalid environment marker: python_version<"2.7"
Please remove the extra colon from the start of the string.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels