-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (29 loc) · 1.23 KB
/
pyproject.toml
File metadata and controls
33 lines (29 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[project]
name = "Utama-Core"
dynamic = ["version"]
description = "Imperial RoboCup SSL 25 Software Algorithms Codebase Core."
readme = "README.md"
authors = [
{ name = "Fred Huang", email = "fred.huang23@imperial.ac.uk" },
{ name = "Joel Ng", email = "zhi-ming.ng22@imperial.ac.uk" },
{ name = "Isaac Yong", email = "isaac.yong24@imperial.ac.uk" },
{ name = "Hamish Starling", email = "hamish.starling22@imperial.ac.uk" },
{ name = "Luke Moran", email = "luke.moran22@imperial.ac.uk" },
{ name = "Sadig Sadikhzada", email = "sadig.sadikhzada23@imperial.ac.uk" },
{ name = "Li Han", email = "han.li124@imperial.ac.uk" },
{ name = "Valentin Bruhl", email = "valentin.bruhl24@imperial.ac.uk" },
{ name = "Sarthak Agarwal", email = "sarthak.agarwal25@imperial.ac.uk" },
{ name = "Low Sze Yoong", email = "szeyoong.low25@imperial.ac.uk" },
{ name = "Jiaming Liu", email = "jiaming.liu25@imperial.ac.uk" },
]
requires-python = ">=3.11"
[tool.hatch.version]
path = "utama_core/__init__.py"
[build-system]
build-backend = "hatchling.build"
requires = ["hatchling"]
[tool.hatch.build.targets.wheel]
packages = ["utama_core"]
[tool.pytest.ini_options]
testpaths = ["utama_core/tests"]
norecursedirs = ["*archive*"]