15 lines
396 B
TOML
15 lines
396 B
TOML
[project]
|
|
name = "MatrixMania_dimartinoma102424"
|
|
version = "0.2.0"
|
|
description = "MatrixMania Library for Prog3"
|
|
authors = [{ name="Marco", email="dimartinoma102424@th-nuernberg.de" }]
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = ["tabulate"]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["matrixmania"] |