We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b10bd2 commit 2fb1f52Copy full SHA for 2fb1f52
1 file changed
source/specifications/simple-repository-api.rst
@@ -20,7 +20,7 @@ retrieving packages from an index server comes in two forms:
20
Base API
21
========
22
23
-A repository that implements the simple API is defined by its base URL, this is
+A repository that implements the simple API is defined by its base URL. This is
24
the top level URL that all additional URLs are below. The API is named the
25
"simple" repository due to the fact that PyPI's base URL is
26
``https://pypi.org/simple/``.
@@ -636,7 +636,8 @@ As an example:
636
{
637
"meta": {
638
"api-version": "1.4",
639
- "project-status": "active"
+ "project-status": "active",
640
+ "project-status-reason": "this project is not yet haunted"
641
},
642
"name": "holygrail",
643
"files": [
0 commit comments