diff --git a/setup.py b/setup.py index b4d4b09..7425bcd 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( author = "powermaker450", author_email = "contact@povario.com", url = "https://github.com/powermaker450/puff", - download_url = "https://github.com/powermaker450/puffpan/archive/refs/tags/v1.0.tar.gz" + download_url = "https://github.com/powermaker450/puffpan/archive/refs/tags/v1.0.tar.gz", install_requires = ["requests"], py_modules = ["pufferpy"], license = "MIT"