diff --git a/setup.py b/setup.py index f79e090..93f918e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( version = "1.0", author = "powermaker450", author_email = "contact@povario.com", - url = "https://github.com/powermaker450/puff", + url = "https://github.com/powermaker450/puffpan", download_url = "https://github.com/powermaker450/puffpan/archive/refs/tags/v1.0.tar.gz", install_requires = ["requests"], py_modules = ["puffpan"],