| [build-system] | |
| requires = ["setuptools>=61.0"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "trifecta-bro-v1" | |
| version = "1.0.0" | |
| description = "Australian Gallops trifecta predictor (Brettapps/trifecta-bro/v1)." | |
| readme = "README.md" | |
| license = { text = "MIT" } | |
| requires-python = ">=3.9" | |
| keywords = ["horse-racing", "trifecta", "australian-gallops", "prediction"] | |
| [tool.setuptools.packages.find] | |
| where = ["."] | |
| include = ["trifecta_bro_v1*"] | |