From ccc762e4d0aeb8aa3e98fad79cf516ad18d5c310 Mon Sep 17 00:00:00 2001 From: Kernc Date: Thu, 28 Nov 2019 05:15:21 +0100 Subject: [PATCH] MNT: Update setup.py keywords --- setup.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed19c9f..754b700 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ if __name__ == '__main__': 'bitcoin', 'bokeh', 'bonds', - 'candles', + 'candle', 'candlestick', 'cboe', 'chart', @@ -81,12 +81,15 @@ if __name__ == '__main__': 'crash', 'crypto', 'currency', + 'doji', 'drawdown', 'equity', + 'etf', 'ethereum', 'exchange', 'finance', 'financial', + 'forecast', 'forex', 'fund', 'futures', @@ -107,9 +110,11 @@ if __name__ == '__main__': 'ohlc', 'ohlcv', 'order', + 'price', 'profit', 'quant', 'quantitative', + 'rsi', 'silver', 'stocks', 'strategy',