Skip to content

Commit

Permalink
Added missing JSON API reference information on metadata 2.2 and 2.3 …
Browse files Browse the repository at this point in the history
…fields (#16190) (#16388)

Co-authored-by: vermo7en <[email protected]>
Co-authored-by: Dustin Ingram <[email protected]>
  • Loading branch information
3 people authored Aug 12, 2024
1 parent f09c95f commit 85feba0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/dev/api-reference/json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ Project
"last_month": -1,
"last_week": -1
},
"dynamic": [
"requires_dist"
],
"home_page": "",
"keywords": "sample,setuptools,development",
"license": "...",
Expand All @@ -103,6 +106,10 @@ Project
"Say Thanks!": "http://saythanks.io/to/example",
"Source": "https://github.com/pypa/sampleproject/"
},
"provides_extra": [
"dev",
"test"
],
"release_url": "https://pypi.org/project/sampleproject/3.0.0/",
"requires_dist": [
"peppercorn",
Expand Down

0 comments on commit 85feba0

Please sign in to comment.