PyBase/pyproject.toml

35 lines
917 B
TOML
Raw Permalink Normal View History

2026-05-08 09:15:51 -05:00
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "tsn_utils"
2026-05-09 06:56:40 -05:00
version = "1.0.1"
2026-05-08 09:15:51 -05:00
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]
2026-05-09 06:56:40 -05:00
packages = [".\\tsn_utils"]