[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"]