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:
2020Base 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
2424the 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" : [
You can’t perform that action at this time.
0 commit comments