@@ -6,6 +6,14 @@ authors = ["Index Management Team <im@dxfeed.com>"]
6
6
build = " build.py"
7
7
license = " MPL-2.0"
8
8
readme = " README.md"
9
+ classifiers = [" Development Status :: 4 - Beta" ,
10
+ " Operating System :: Microsoft :: Windows" ,
11
+ " Operating System :: POSIX :: Linux" ,
12
+ " Programming Language :: Cython" ,
13
+ " Programming Language :: Python :: 3 :: Only" ,
14
+ " Topic :: Office/Business :: Financial" ,
15
+ " License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)" ,
16
+ " Natural Language :: English" ]
9
17
10
18
include = [" LICENSE" , " dxfeed/**/*.c" ]
11
19
exclude = [" dxfeed/dxfeed-c-api/wrappers*" ,
@@ -14,7 +22,10 @@ exclude = ["dxfeed/dxfeed-c-api/wrappers*",
14
22
" dxfeed/dxfeed-c-api/lib*" ,
15
23
" dxfeed/dxfeed-c-api/docs*" ,
16
24
" dxfeed/dxfeed-c-api/.github*" ]
17
- repository = " https://github.com/dxFeed/dxfeed-python-api"
25
+
26
+ [tool .poetry .urls ]
27
+ "Repository" = " https://github.com/dxFeed/dxfeed-python-api"
28
+ "Documentation" = " https://docs.dxfeed.com/python/index.html"
18
29
19
30
[tool .poetry .dependencies ]
20
31
python = " ^3.6"
0 commit comments