File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ retrieving packages from an index server comes in two forms:
20
20
Base API
21
21
========
22
22
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
24
24
the top level URL that all additional URLs are below. The API is named the
25
25
"simple" repository due to the fact that PyPI's base URL is
26
26
``https://pypi.org/simple/ ``.
@@ -636,7 +636,8 @@ As an example:
636
636
{
637
637
"meta" : {
638
638
"api-version" : " 1.4" ,
639
- "project-status" : " active"
639
+ "project-status" : " active" ,
640
+ "project-status-reason" : " this project is not yet haunted"
640
641
},
641
642
"name" : " holygrail" ,
642
643
"files" : [
You can’t perform that action at this time.
0 commit comments