[project] name = "matrixmania_shehibr" version = "0.1.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 = [ "." ]