File size: 452 Bytes
bbddeaa | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [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*"]
|