Add setup.py with event module

This commit is contained in:
Lluis
2020-05-21 16:58:24 +02:00
parent 325cd50a09
commit 0f7baf8c67
+1 -1
View File
@@ -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,