mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 22:34:21 +01:00
Rename bfxapi.utils to _utils (and update references).
This commit is contained in:
2
setup.py
2
setup.py
@@ -32,7 +32,7 @@ setup(
|
||||
"Source": "https://github.com/bitfinexcom/bitfinex-api-py",
|
||||
},
|
||||
packages=[
|
||||
"bfxapi", "bfxapi.utils", "bfxapi.types",
|
||||
"bfxapi", "bfxapi._utils", "bfxapi.types",
|
||||
"bfxapi.websocket", "bfxapi.websocket._client", "bfxapi.websocket._handlers",
|
||||
"bfxapi.websocket._event_emitter",
|
||||
"bfxapi.rest", "bfxapi.rest.endpoints", "bfxapi.rest.middleware",
|
||||
|
||||
Reference in New Issue
Block a user