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:
parent
4c0754ee01
commit
00fd484669
5 changed files with 9 additions and 24 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue