Skip to content

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

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.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions