Skip to content

Commit

Permalink
Add fields for PEP 639, Metadata 2.4 (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
shenanigansd authored Nov 14, 2024
1 parent 56c0275 commit 90c49e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

- :release:`5.2.0 <14th November 2024>`
- :bug:`100` Add fields for fields for PEP 639, Metadata 2.4
-
- :release:`5.1.0 <26th February 2024>`
- :bug:`78` Add ``dynamic`` and ``provides_extra`` to JSON schema

Expand Down
2 changes: 2 additions & 0 deletions src/letsbuilda/pypi/models/models_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ class Info:
home_page: str
keywords: str
license: str
license_expression: str | None
license_files: list[str] | None
maintainer: str
maintainer_email: str
name: str
Expand Down
2 changes: 2 additions & 0 deletions tests/test_json_api_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"home_page": "",
"keywords": "",
"license": "MIT",
"license_expression": None,
"license_files": None,
"maintainer": "",
"maintainer_email": "",
"name": "letsbuilda-pypi",
Expand Down

0 comments on commit 90c49e6

Please sign in to comment.