PEP625
This commit is contained in:
parent
6c11b63dfb
commit
91986b9156
|
|
@ -2,4 +2,4 @@
|
||||||
Python SDK for the OKX API v5
|
Python SDK for the OKX API v5
|
||||||
|
|
||||||
"""
|
"""
|
||||||
__version__="0.3.5"
|
__version__="0.3.5.1"
|
||||||
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@ with open("README.md", "r",encoding="utf-8") as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="python-okx-earn",
|
name="python_okx_earn",
|
||||||
version=okx.__version__,
|
version=okx.__version__,
|
||||||
author="nsanchez1980",
|
author="nsanchez1980",
|
||||||
author_email="nicolassanchez@tutanota.com",
|
author_email="nicolassanchez@tutanota.com",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue