mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-08-19 12:30:41 +08:00
Add setup.py with event module
This commit is contained in:
@@ -5,7 +5,7 @@ long_description = "An easy to use Python 3 Pandas Extension with 95+ Technical
|
||||
|
||||
setup(
|
||||
name ="pandas_ta",
|
||||
packages =['pandas_ta', 'pandas_ta.momentum', 'pandas_ta.overlap', 'pandas_ta.performance', 'pandas_ta.statistics', 'pandas_ta.trend', 'pandas_ta.volatility', 'pandas_ta.volume'],
|
||||
packages =['pandas_ta', 'pandas_ta.event', 'pandas_ta.momentum', 'pandas_ta.overlap', 'pandas_ta.performance', 'pandas_ta.statistics', 'pandas_ta.trend', 'pandas_ta.volatility', 'pandas_ta.volume'],
|
||||
version ="0.1.47b",
|
||||
description =long_description,
|
||||
long_description =long_description,
|
||||
|
||||
Reference in New Issue
Block a user