2024-09-20 23:38:58 +02:00
|
|
|
[build-system]
|
|
|
|
requires = ["hatchling"]
|
|
|
|
build-backend = "hatchling.build"
|
|
|
|
|
|
|
|
[project]
|
|
|
|
name = "takumi"
|
2024-09-21 00:52:13 +02:00
|
|
|
version = "1.1.0"
|
2024-09-20 23:38:58 +02:00
|
|
|
authors = [
|
|
|
|
{ name = "Ryan Lahfa", email = "ryan@dgnum.eu" },
|
|
|
|
]
|
|
|
|
description = "Fully automatic day-to-day operations at DGNum"
|
|
|
|
requires-python = ">=3.11"
|
|
|
|
classifiers = [
|
|
|
|
"Programming Language :: Python :: 3",
|
|
|
|
"Operating System :: OS Independent",
|
|
|
|
]
|
|
|
|
|
|
|
|
[project.urls]
|
|
|
|
Homepage = "https://git.dgnum.eu/DGNum/infrastructure"
|
|
|
|
Issues = "https://git.dgnum.eu/DGNum/infrastructure/issues"
|