Add bfx.api subpackage to setup.py.

This commit is contained in:
Davide Casale
2022-11-22 19:10:43 +01:00
parent 729a3ce8a3
commit 16bbe19634

View File

@@ -3,7 +3,7 @@ from distutils.core import setup
setup(
name="bitfinex-api-py",
version="3.0.0",
packages=[ "bfxapi", "bfxapi.websocket" ],
packages=[ "bfxapi", "bfxapi.websocket", "bfxapi.utils" ],
url="https://github.com/bitfinexcom/bitfinex-api-py",
license="OSI Approved :: Apache Software License",
author="Bitfinex",