Skip to content

Make coverage packaging be PEP-517 compliant #1395

@ssbarnea

Description

@ssbarnea

Describe the bug
I observed some warnings when installing coverage related to the packaging of coverage, likely caused by lack of PEP-517 compliance.

Using legacy 'setup.py install' for coverage, since package 'wheel' is not installed.

To Reproduce

pip install coverage

Expected behavior
Full PEP-517 compliance (aka removal of setup.py and adoption of pyproject.toml).

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestinstallquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions