TbpWrraper/Src/Py/pyproject.toml

39 lines
1.1 KiB
TOML
Raw Permalink Normal View History

2026-05-08 13:55:30 -05:00
[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"}
2026-05-09 07:10:22 -05:00
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"}
2026-05-08 13:55:30 -05:00
authors = [
{name = "TradeSystemsNique", email = "tradesystemsnique@gmail.com"}
]
requires-python = ">=3.10"
dependencies = [
2026-05-09 07:10:22 -05:00
"tsn_utils",
"requests"
2026-05-08 13:55:30 -05:00
]
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"]