@@ -6,6 +6,14 @@ authors = ["Index Management Team <im@dxfeed.com>"]
66build = " build.py"
77license = " MPL-2.0"
88readme = " 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" ]
917
1018include = [" LICENSE" , " dxfeed/**/*.c" ]
1119exclude = [" dxfeed/dxfeed-c-api/wrappers*" ,
@@ -14,7 +22,10 @@ exclude = ["dxfeed/dxfeed-c-api/wrappers*",
1422 " dxfeed/dxfeed-c-api/lib*" ,
1523 " dxfeed/dxfeed-c-api/docs*" ,
1624 " 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"
1829
1930[tool .poetry .dependencies ]
2031python = " ^3.6"
0 commit comments