Skip to content

Commit 2fb1f52

Browse files
committed
add an example project-status-reason
1 parent 6b10bd2 commit 2fb1f52

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/specifications/simple-repository-api.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ retrieving packages from an index server comes in two forms:
2020
Base API
2121
========
2222

23-
A repository that implements the simple API is defined by its base URL, this is
23+
A repository that implements the simple API is defined by its base URL. This is
2424
the top level URL that all additional URLs are below. The API is named the
2525
"simple" repository due to the fact that PyPI's base URL is
2626
``https://pypi.org/simple/``.
@@ -636,7 +636,8 @@ As an example:
636636
{
637637
"meta": {
638638
"api-version": "1.4",
639-
"project-status": "active"
639+
"project-status": "active",
640+
"project-status-reason": "this project is not yet haunted"
640641
},
641642
"name": "holygrail",
642643
"files": [

0 commit comments

Comments
 (0)