Skip to content

Installed package name should use dash not underscore #138

@quassy

Description

@quassy

According to PEP 503 package names should only use ASCII alphanumeric and - (dash), all other characters should be replaced with - (dash).

After installing email-validator (correct name in PyPI), the name for the installed package given by pip list is email_validator.

I think just the name in setup.cfg has to be changed to email-validator. (The import would of course still be email_validator.)

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