This commit is contained in:
retoor 2025-05-06 22:00:07 +02:00
parent 46a8b612b4
commit 061da150f9

View File

@ -34,7 +34,11 @@ dependencies = [
"multiavatar"
]
[tool.setuptools.packages.find]
where = ["src"] # <-- this changed
[tool.setuptools.package-data]
"*" = ["*.*"]
[project.scripts]
snek = "snek.__main__:main"