Add new packages to setup.py. Add new feature in .on and .once methods in bfxapi.websocket.client.bfx_websocket_client. Fix small typo in __init__.py.

This commit is contained in:
Davide Casale
2023-02-14 18:49:45 +01:00
parent 49517f9709
commit 99f58ddb04
3 changed files with 38 additions and 29 deletions

View File

@@ -5,7 +5,7 @@ setup(
version="3.0.0",
packages=[
"bfxapi", "bfxapi.utils",
"bfxapi.websocket",
"bfxapi.websocket", "bfxapi.websocket.client", "bfxapi.websocket.handlers",
"bfxapi.rest", "bfxapi.rest.endpoints", "bfxapi.rest.middleware",
],
url="https://github.com/bitfinexcom/bitfinex-api-py",