mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-09-10 12:23:49 +08:00
BUG update setup with utils.data package
This commit is contained in:
@@ -110,7 +110,7 @@ $ pip install pandas_ta
|
||||
|
||||
Latest Version
|
||||
--------------
|
||||
Best choice! Version: *0.2.89b*
|
||||
Best choice! Version: *0.2.90b*
|
||||
```sh
|
||||
$ pip install -U git+https://github.com/twopirllc/pandas-ta
|
||||
```
|
||||
|
||||
@@ -15,10 +15,11 @@ setup(
|
||||
"pandas_ta.statistics",
|
||||
"pandas_ta.trend",
|
||||
"pandas_ta.utils",
|
||||
"pandas_ta.utils.data",
|
||||
"pandas_ta.volatility",
|
||||
"pandas_ta.volume"
|
||||
],
|
||||
version=".".join(("0", "2", "89b")),
|
||||
version=".".join(("0", "2", "90b")),
|
||||
description=long_description,
|
||||
long_description=long_description,
|
||||
author="Kevin Johnson",
|
||||
|
||||
Reference in New Issue
Block a user