MatrixMania/pyproject.toml
2025-11-04 20:53:08 +01:00

22 lines
518 B
TOML

[project]
name = "matrixmania_shehibr"
version = "0.2.0"
description = "MatrixMania: Simple linear algebra functions for teaching (matmul, transpose,rot_2D)."
authors = [
{ name="shehibr", email="shehibr98345@th-nuernberg.de" }
]
readme = "README.md"
license = { text = "MIT" }
requires-python = ">=3.7"
dependencies = ["tabulate"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["matrixmania"]
[tool.pytest.ini_options]
pythonpath = [
"."
]