django-commons / django-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.
https://django-debug-toolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
8.08k stars 1.05k forks source link

Limit metadata version for Jazzband's release process #1916

Closed tim-schilling closed 5 months ago

tim-schilling commented 5 months ago

Attempting to release with 2.3 caused the following:

Uploading distributions to https://upload.pypi.org/legacy/ [31mERROR [0m InvalidDistribution: Metadata is missing required fields: Name, Version. Make sure the distribution includes the files where those fields are specified, and is using a supported Metadata-Version: 1.0, 1.1, 1.2, 2.0, 2.1, 2.2.

This is related to https://github.com/jazzband/help/issues/360

Checklist: