DEV
- fix / update setup.py
This commit is contained in:
5
setup.py
5
setup.py
@@ -3,6 +3,7 @@
|
||||
from setuptools import setup,find_packages
|
||||
|
||||
_PACKAGE_MANE="ChaChaIPToCountryDaemon"
|
||||
_REQUIRES = ["tornado","gitpython","netaddr","aiofiles","pycountry","dnspython","asyncstdlib"]
|
||||
|
||||
with open("./README.md", "r") as fh:
|
||||
long_description = fh.read()
|
||||
@@ -21,8 +22,8 @@ setup(
|
||||
long_description_content_type="text/markdown",
|
||||
url='https://chacha.ddns.net/gitea/chacha/ChaChaIPToCountryDaemon',
|
||||
packages=find_packages(),
|
||||
install_requires=["tornado","gitpython","netaddr","aiofiles","pycountry","dnspython","asyncstdlib"],
|
||||
setup_requires=["tornado","gitpython","netaddr","aiofiles","pycountry","dnspython","asyncstdlib"],
|
||||
install_requires=_REQUIRES,
|
||||
setup_requires=_REQUIRES,
|
||||
license="CC BY-NC-SA 4.0",
|
||||
python_requires='>=3.8',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user