mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 22:34:21 +01:00
Apply pylint's linting rules to setup.py.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -2,8 +2,10 @@
|
||||
*.pyc
|
||||
*.log
|
||||
|
||||
bitfinex_api_py.egg-info
|
||||
|
||||
__pycache__
|
||||
|
||||
dist
|
||||
venv
|
||||
!.gitkeep
|
||||
!.gitkeep
|
||||
|
||||
4
setup.py
4
setup.py
@@ -27,7 +27,7 @@ setup(
|
||||
"Bug Reports": "https://github.com/bitfinexcom/bitfinex-api-py/issues",
|
||||
"Source": "https://github.com/bitfinexcom/bitfinex-api-py",
|
||||
},
|
||||
packages=[
|
||||
packages=[
|
||||
"bfxapi", "bfxapi.utils",
|
||||
"bfxapi.websocket", "bfxapi.websocket.client", "bfxapi.websocket.handlers",
|
||||
"bfxapi.rest", "bfxapi.rest.endpoints", "bfxapi.rest.middleware",
|
||||
@@ -38,4 +38,4 @@ setup(
|
||||
"requests~=2.28.1"
|
||||
],
|
||||
python_requires=">=3.8"
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user