mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 22:34:21 +01:00
Use literal string version in setup.py.
This commit is contained in:
4
setup.py
4
setup.py
@@ -1,10 +1,8 @@
|
|||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
|
||||||
from bfxapi._version import __version__
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="bitfinex-api-py",
|
name="bitfinex-api-py",
|
||||||
version=__version__,
|
version="3.0.0",
|
||||||
description="Official Bitfinex Python API",
|
description="Official Bitfinex Python API",
|
||||||
long_description=(
|
long_description=(
|
||||||
"A Python reference implementation of the Bitfinex API "
|
"A Python reference implementation of the Bitfinex API "
|
||||||
|
|||||||
Reference in New Issue
Block a user