mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Add bfxapi.rest 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(
|
setup(
|
||||||
name="bitfinex-api-py",
|
name="bitfinex-api-py",
|
||||||
version="3.0.0",
|
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",
|
url="https://github.com/bitfinexcom/bitfinex-api-py",
|
||||||
license="OSI Approved :: Apache Software License",
|
license="OSI Approved :: Apache Software License",
|
||||||
author="Bitfinex",
|
author="Bitfinex",
|
||||||
|
|||||||
Reference in New Issue
Block a user