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