-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
44 lines (40 loc) · 1.07 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[metadata]
name = fxmanager
version = 1.0.4
author = Abdullah Bahi
author_email = [email protected]
description = fully functional package for developing and testing forex algorithmic trading strategies
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/AbdullahBahi/fxmanager
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Topic :: Software Development :: Build Tools
License :: OSI Approved :: GNU General Public License (GPL)
Programming Language :: Python :: 3
Operating System :: OS Independent
keywords =
forex
forex trading
algorethmic trading
backtesting
scripts =
scripts\\create_fx_proj.py
scripts\\fx_data_collector.py
scripts\\fx_pp.py
scripts\\run_fx_hist_sim.py
scripts\\run_fx_live_sim.py
scripts\\run_fx_opt_test.py
[options]
packages_dir =
= src
packages = find:
install_requires =
zmq
pandas>=0.25.1
numpy>=1.16.5
matplotlib>=3.1.1
python_requires = >=3.7
[options.packages.find]
where = src