Add bfxapi.rest subpackage to setup.py.

This commit is contained in:
Davide Casale
2022-11-30 18:25:50 +01:00
parent 4cfeab8a79
commit 8e8719e3d7

View File

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