Update setup.py

This commit is contained in:
powermaker450 2024-05-31 11:46:41 -04:00 committed by GitHub
parent a056a325a9
commit 1e0a5e5926
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,6 @@ setup(
url = "https://github.com/powermaker450/puff", 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"], install_requires = ["requests"],
py_modules = ["pufferpan"], py_modules = ["puffpan"],
license = "MIT" license = "MIT"
) )