From cca8bd714ed530192b0663b0637539c16a1b657d Mon Sep 17 00:00:00 2001 From: powermaker450 <89703358+powermaker450@users.noreply.github.com> Date: Fri, 31 May 2024 11:44:22 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"