File tree 1 file changed +35
-0
lines changed
1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ [metadata]
2
+ name = vnpy_algotrading
3
+ version = 1.0.0
4
+ url = https://www.vnpy.com
5
+ license = MIT
6
+ author = Xiaoyou Chen
7
+
8
+ description = algorithm trading application for vn.py quant trading framework.
9
+ long_description = file: README.md
10
+ long_description_content_type = text/markdown
11
+ keywords =
12
+ quant
13
+ quantitative
14
+ investment
15
+ trading
16
+ algotrading
17
+ classifiers =
18
+ Development Status :: 5 - Production/Stable
19
+ Operating System :: OS Independent
20
+ Programming Language :: Python :: 3
21
+ Programming Language :: Python :: 3.7
22
+ Programming Language :: Python :: 3.8
23
+ Programming Language :: Python :: 3.9
24
+ Programming Language :: Python :: 3.10
25
+ Topic :: Office/Business :: Financial :: Investment
26
+ Programming Language :: Python :: Implementation :: CPython
27
+ License :: OSI Approved :: MIT License
28
+ Natural Language :: Chinese (Simplified)
29
+
30
+ [options]
31
+ packages = find:
32
+ zip_safe = False
33
+
34
+ [options.package_data]
35
+ * = *.ico
You can’t perform that action at this time.
0 commit comments