mirror of
https://github.com/kernc/backtesting.py.git
synced 2024-01-28 15:29:30 +03:00
MNT: Fix setup.py warning
This commit is contained in:
4
setup.py
4
setup.py
@@ -63,7 +63,7 @@ if __name__ == '__main__':
|
||||
'Topic :: Office/Business :: Financial :: Investment',
|
||||
'Topic :: Scientific/Engineering :: Visualization',
|
||||
],
|
||||
keywords=(
|
||||
keywords=[
|
||||
'algo',
|
||||
'algorithmic',
|
||||
'ashi',
|
||||
@@ -118,5 +118,5 @@ if __name__ == '__main__':
|
||||
'trading',
|
||||
'tradingview',
|
||||
'usd',
|
||||
),
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user