Skip to content

Commit

Permalink
PyPI does not support metadata 2.4 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Nov 10, 2024
1 parent 18d1cfb commit 6f88e78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/hatchling/metadata/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
if TYPE_CHECKING:
from hatchling.metadata.core import ProjectMetadata

DEFAULT_METADATA_VERSION = '2.4'
DEFAULT_METADATA_VERSION = '2.3'
LATEST_METADATA_VERSION = '2.4'
CORE_METADATA_PROJECT_FIELDS = {
'Author': ('authors',),
Expand Down
2 changes: 1 addition & 1 deletion docs/history/hatchling.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

***Added:***

- Update the default version of core metadata to 2.4
- Support version 2.4 of core metadata for the `wheel` and `sdist` targets
- Bump the minimum supported version of `packaging` to 24.2

***Fixed:***
Expand Down

0 comments on commit 6f88e78

Please sign in to comment.