Skip to content

Commit

Permalink
Merge pull request #4 from dxFeed/EN-1335-correct-samples-and-doc
Browse files Browse the repository at this point in the history
[EN-1335] data for publishing added
  • Loading branch information
alimantu authored Apr 22, 2020
2 parents 110cb3c + a12277a commit 69a418b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ authors = ["Index Management Team <[email protected]>"]
build = "build.py"
license = "MPL-2.0"
readme = "README.md"
classifiers = ["Development Status :: 4 - Beta",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Programming Language :: Cython",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Office/Business :: Financial",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
"Natural Language :: English"]

include = ["LICENSE", "dxfeed/**/*.c"]
exclude = ["dxfeed/dxfeed-c-api/wrappers*",
Expand All @@ -14,7 +22,10 @@ exclude = ["dxfeed/dxfeed-c-api/wrappers*",
"dxfeed/dxfeed-c-api/lib*",
"dxfeed/dxfeed-c-api/docs*",
"dxfeed/dxfeed-c-api/.github*"]
repository = "https://github.com/dxFeed/dxfeed-python-api"

[tool.poetry.urls]
"Repository" = "https://github.com/dxFeed/dxfeed-python-api"
"Documentation" = "https://docs.dxfeed.com/python/index.html"

[tool.poetry.dependencies]
python = "^3.6"
Expand Down

0 comments on commit 69a418b

Please sign in to comment.