mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 22:34:21 +01:00
Add bfx.api subpackage to setup.py.
This commit is contained in:
2
setup.py
2
setup.py
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user