fix: add custom (built) buefy css to repo

this makes things simpler, and no real reason not to include it
This commit is contained in:
Lance Edgar 2026-02-08 14:07:23 -06:00
parent 4c0754ee01
commit 00fd484669
5 changed files with 9 additions and 24 deletions

View file

@ -73,11 +73,3 @@ packages = ["src/wuttafarm"]
exclude = [
"style/node_modules/",
]
[tool.hatch.build.targets.sdist.force-include]
# nb. this is necessary due to git ignoring this file (iiuc)
"src/wuttafarm/web/static/css/wuttafarm-buefy.css" = "src/wuttafarm/web/static/css/wuttafarm-buefy.css"
[tool.hatch.build.targets.wheel.force-include]
# nb. this is necessary due to git ignoring this file (iiuc)
"src/wuttafarm/web/static/css/wuttafarm-buefy.css" = "src/wuttafarm/web/static/css/wuttafarm-buefy.css"