Skip to content

Tests are failing with new setuptools due to new metadata version #5

@frenzymadness

Description

@frenzymadness

The codebase is not ready for a new metadata version, and instead of using the latest mapping available, it falls back to the empty list here:

def _getHeaderAttrs(self):
return HEADER_ATTRS.get(self.metadata_version, [])

I think it'd be best to use the latest available mapping instead. If this project is still maintained, I'm willing to open a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions