Specifically mention what old/latest means
This commit is contained in:
parent
930c48572e
commit
443b0b8f48
|
@ -313,7 +313,9 @@ Projects Which Rely on Externally Hosted files
|
|||
|
||||
This is determined by crawling the simple index and looking for installable
|
||||
files using a similar detection method as pip and setuptools use. The "latest"
|
||||
version is determined using ``pkg_resources.parse_version`` sort order.
|
||||
version is determined using ``pkg_resources.parse_version`` sort order and it
|
||||
is used to show whether or not the latest version is hosted externally or only
|
||||
old versions are.
|
||||
|
||||
============ ======= ================ =================== =======
|
||||
\ PyPI External (old) External (latest) Total
|
||||
|
|
Loading…
Reference in New Issue