Rename bfxapi.websocket.client to _client and bfxapi.websocket.handlers to _handlers (according to PEP8).

This commit is contained in:
Davide Casale
2023-06-18 01:02:59 +02:00
parent fc84389564
commit 1d911a250c
9 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ setup(
},
packages=[
"bfxapi", "bfxapi.utils", "bfxapi.types",
"bfxapi.websocket", "bfxapi.websocket.client", "bfxapi.websocket.handlers",
"bfxapi.websocket", "bfxapi.websocket._client", "bfxapi.websocket._handlers",
"bfxapi.rest", "bfxapi.rest.endpoints", "bfxapi.rest.middleware",
],
install_requires=[