not working rework

This commit is contained in:
2025-05-10 12:24:52 +02:00
parent 9495dfba62
commit 0b8190ae8b
9 changed files with 231 additions and 231 deletions

View File

@@ -15,10 +15,13 @@ readme = "README.md"
license = {file = "LICENSE"}
[project.scripts]
bar = "bar.bar:main"
bar = "bar.main:main"
[tool.setuptools]
include-package-data = true
[tool.setuptools.packages.find]
where = ["."]
[tool.setuptools.package-data]
bar = ["bar.css"]
"*" = ["*.css", "styles"]