diff --git a/index.html b/index.html index 5a5c954..cde680d 100644 --- a/index.html +++ b/index.html @@ -71,12 +71,12 @@
This site shows the top 360 most-downloaded packages on PyPI showing which have been uploaded as wheel archives.
Packages that are known to be deprecated are not included. (For example distribute). If your package is incorrectly listed, please create a ticket.
This used to show the all-time most-downloaded packages. The all-time list is no longer available, and the packages in the last-30-days list will change to reflect more closely what the Python community is using.
This is not the official website for wheels, just a nice visual way to measure adoption. To see the authoritative guide on wheels and other aspects of Python packaging, see the Python Packaging User Guide.
-If you have a pure Python package that is not using 2to3 for Python 3 support, you've got it easy. Make sure Wheel is installed…