Rename bfxapi.utils to _utils (and update references).

This commit is contained in:
Davide Casale
2023-06-19 05:02:04 +02:00
parent f1e678e043
commit 9edbd7a415
9 changed files with 7 additions and 7 deletions

View File

@@ -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",