Skip to content

Commit

Permalink
Update top-pypi-packages filename (#4598)
Browse files Browse the repository at this point in the history
To stay within quota, it now has just under 30 days of data, so the filename has been updated. Both will be available for a while. See hugovk/top-pypi-packages#46.
  • Loading branch information
hugovk authored Mar 2, 2025
1 parent 00c0d6d commit fccd70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery/gallery.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

PYPI_INSTANCE = "https://pypi.org/pypi"
PYPI_TOP_PACKAGES = (
"https://hugovk.github.io/top-pypi-packages/top-pypi-packages-30-days.min.json"
"https://hugovk.github.io/top-pypi-packages/top-pypi-packages.min.json"
)
INTERNAL_BLACK_REPO = f"{tempfile.gettempdir()}/__black"

Expand Down

0 comments on commit fccd70c

Please sign in to comment.