Skip to content

Commit

Permalink
include correct files
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmohrin committed Dec 16, 2024
1 parent e45bf34 commit bf92c0b
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,18 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build]
packages = ["evap"]
ignore-vcs = true
include = [
"/evap/**/*.js",
"/evap/**/*.ts",
"/evap/**/*.css",
"/evap/**/*.scss",
"/evap/**/*.map",
exclude = [
"evap/static/bootstrap",
"evap/static/font-awesome",
]
artifacts = [
"evap/static/css/evap.css",
"evap/static/css/evap.css.map",
"evap/static/js/*.js",
"evap/static/js/*.map",
"evap/static/*.woff2",

"evap/locale/*.mo",
]

##############################################
Expand Down

0 comments on commit bf92c0b

Please sign in to comment.