Skip to content

Commit

Permalink
include stuff, bump
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmohrin committed Dec 16, 2024
1 parent 41e4859 commit af1295c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "evap"
description = "EvaP"
version = "2024.11.7"
version = "2024.11.8"
readme = "README.md"
requires-python = "~=3.10.0"
dependencies = [
Expand Down Expand Up @@ -50,12 +50,13 @@ build-backend = "hatchling.build"

[tool.hatch.build]
packages = ["evap"]
ignore-vcs = true
include = [
"evap/**/*.js",
"evap/**/*.ts",
"evap/**/*.css",
"evap/**/*.scss",
"evap/**/*.map",
"/evap/**/*.js",
"/evap/**/*.ts",
"/evap/**/*.css",
"/evap/**/*.scss",
"/evap/**/*.map",
]

[project.scripts]
Expand Down

0 comments on commit af1295c

Please sign in to comment.