Skip to content

Pip install broken #28

Description

@cserby

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions