-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (24 loc) · 1.14 KB
/
pyproject.toml
File metadata and controls
26 lines (24 loc) · 1.14 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
[project]
name = "autotech"
version = "0.1.0"
description = "INTech participation to CoVAPSy"
readme = "README.md"
requires-python = ">=3.12,<3.14"
authors = [
# 2025 team
{ name = "Arnaud Costermans", email = "arnaud.costermans@intech-robotics.fr" },
{ name = "Matthias Bienvenu", email = "matthias.bienvenu@intech-robotics.fr" },
{ name = "Alexandre Naizondard", email = "alexandre.naizondard@telecom-sudparis.eu" },
{ name = "Antonin Fruchet", email = "antonin.fruchet@telecom-sudparis.eu" },
{ name = "Mark Kirov", email = "mark.kirov@telecom-sudparis.eu" },
# 2026 team
{ name = "Cyril Bampeta", email = "cyril.bampeta@intech-robotics.fr" },
{ name = "Robinson Cerceau", email = "robinson.cerceau@intech-robotics.fr" },
{ name = "Nikopol Markgraf", email = "nikopol.markgra@intech-robotics.fr" },
{ name = "Nachid Raslane", email = "nachid.raslane@intech-robotics.fr" },
{ name = "Arthur Ripoll", email = "arthur.ripoll@intech-robotics.fr" },
{ name = "Mohamed Benabadji", email = "mohamed.benabadji@intech-robotics.fr" },
]
dependencies = []
[tool.uv.workspace]
members = ["src/high_level", "src/simulation"]