39 lines
No EOL
1.1 KiB
TOML
39 lines
No EOL
1.1 KiB
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "tbp_api_wraper_py"
|
|
version = "2.5.0"
|
|
description = "A set of wrapper classes that make using TheBotPlace API easier."
|
|
readme = {file = "README.md", content-type = "text/markdown"}
|
|
license = {text = "LicenseRef-Nique and Leo NL NC License terms in: https://forge.mql5.io/nique_372/TSNReposIndex/src/branch/main/Licenses/LICENSE-NL-NC.md"}
|
|
|
|
authors = [
|
|
{name = "TradeSystemsNique", email = "tradesystemsnique@gmail.com"}
|
|
]
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"tsn_utils",
|
|
"requests"
|
|
]
|
|
keywords = [
|
|
"Py",
|
|
"Tbp",
|
|
"trading"
|
|
]
|
|
classifiers = [
|
|
"Intended Audience :: Developers",
|
|
"License :: Other/Proprietary License",
|
|
"Programming Language :: Python :: 3",
|
|
"Topic :: Software Development :: Build Tools",
|
|
]
|
|
|
|
[project.urls]
|
|
Repository = "https://forge.mql5.io/nique_372/TbpWrraper"
|
|
Documentation = "https://forge.mql5.io/nique_372/TbpWrraper"
|
|
Issues = "https://forge.mql5.io/nique_372/TbpWrraper"
|
|
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = [".\\tbp_api_wraper_py"] |