Skip to content

Commit 69a418b

Browse files
author
Aleksandr Salynskii
authored
Merge pull request #4 from dxFeed/EN-1335-correct-samples-and-doc
[EN-1335] data for publishing added
2 parents 110cb3c + a12277a commit 69a418b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pyproject.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ authors = ["Index Management Team <im@dxfeed.com>"]
66
build = "build.py"
77
license = "MPL-2.0"
88
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"]
917

1018
include = ["LICENSE", "dxfeed/**/*.c"]
1119
exclude = ["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]
2031
python = "^3.6"

0 commit comments

Comments
 (0)