Skip to content

Missing comma in setup.py? "six>=1.12.0<2" #32

@kjcole

Description

@kjcole

I don't write setup.py files much, but I think there's a comma missing:

$ python3 setup.py install --user
error in simplify-docx setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after version specifier)
    six>=1.12.0<2
       ~~~~~~~~^

Methinks it should be six>=1.12.0,<2: a comma betwixt the version criteria.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions