doing the wheel

This commit is contained in:
maoake
2026-04-01 22:31:08 +02:00
parent be997c5d17
commit 2edf61affa
13 changed files with 58 additions and 55 deletions
+5 -2
View File
@@ -1,5 +1,5 @@
[project]
name = "A-Maze-ing"
name = "mazegen"
version = "0.1.0"
description = "This is the way"
readme = "README.md"
@@ -30,5 +30,8 @@ requires = ["setuptools>=78.1.0", "wheel>=0.45.1"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
package-dir = {"" = "src/amaz_lib"}
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]