Update setup.py
This commit is contained in:
parent
11156f9823
commit
9cf0911a5c
10
setup.py
10
setup.py
|
@ -1,15 +1,15 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name = "puffpan",
|
||||
name = "puffb",
|
||||
keywords = ["pufferpanel"],
|
||||
description = "puffpan is a small python module for interacting with a Pufferpanel daemon.",
|
||||
description = "puffb is a small python module for interacting with a Pufferpanel daemon.",
|
||||
version = "1.0",
|
||||
author = "powermaker450",
|
||||
author_email = "contact@povario.com",
|
||||
url = "https://github.com/powermaker450/puffpan",
|
||||
download_url = "https://github.com/powermaker450/puffpan/archive/refs/tags/v1.0.tar.gz",
|
||||
url = "https://github.com/powermaker450/puffb",
|
||||
download_url = "https://github.com/powermaker450/puffb/archive/refs/tags/v1.0.tar.gz",
|
||||
install_requires = ["requests"],
|
||||
py_modules = ["puffpan"],
|
||||
py_modules = ["puffb"],
|
||||
license = "MIT"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue