PyBase/pyproject.toml
Nique_372 589e65d77b
2026-05-09 06:56:40 -05:00

35 lines
No EOL
917 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "tsn_utils"
version = "1.0.1"
description = "TSNUtils - Basic utils from TSN Ecosystem for python"
readme = {file = "README.md", content-type = "text/markdown"}
license = {file = "LICENSE"}
authors = [
{name = "TradeSystemsNique", email = "tradesystemsnique@gmail.com"}
]
requires-python = ">=3.10"
dependencies = []
keywords = [
"mql5",
"tsn",
"trading",
"metatrader"
]
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/PyBase"
Documentation = "https://forge.mql5.io/nique_372/PyBase"
Issues = "https://forge.mql5.io/nique_372/PyBase"
[tool.hatch.build.targets.wheel]
packages = [".\\tsn_utils"]