From 0d831288d673669ae3ca701b1ba0d16fc1997285 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sun, 2 Mar 2025 15:34:33 +0200 Subject: [PATCH] Update top-pypi-packages filename To stay under quota, the file now just under 30 days of data, so the filename has been updated. Both will be available for a while. See https://github.com/hugovk/top-pypi-packages/pull/46. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3a9bde..d198332 100644 --- a/Makefile +++ b/Makefile @@ -3,5 +3,5 @@ help: @echo "make generate -- regenerate the json" generate: - wget https://hugovk.github.io/top-pypi-packages/top-pypi-packages-30-days.min.json -O top-pypi-packages.json + wget https://hugovk.github.io/top-pypi-packages/top-pypi-packages.min.json -O top-pypi-packages.json python3 generate.py