Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
traderpedroso committed Apr 27, 2023
1 parent 3787cee commit 8b26e87
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ def requirements(filename):
"Topic :: Software Development :: Libraries"
],
python_requires='>=3',
extras_require={
"docs": requirements(filename='docs/requirements.txt')
},
keywords=', '.join([
'metatrader', 'f-api', 'historical-data',
'financial-data', 'stocks', 'funds', 'etfs',
Expand All @@ -57,4 +54,4 @@ def requirements(filename):
'Source': 'https://github.com/traderpedroso/ejtraderMT',
'Documentation': 'https://ejtrader.readthedocs.io/'
},
)
)

0 comments on commit 8b26e87

Please sign in to comment.