Skip to content

Commit 83ae98f

Browse files
committed
fix(assets): ship style.css in wheel and sdist; bump to 1.2.1
1 parent 83fb508 commit 83ae98f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pyproject.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dash-dashkit"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "Modern dashboard components for Dash applications"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -54,6 +54,16 @@ build-backend = "hatchling.build"
5454

5555
[tool.hatch.build.targets.wheel]
5656
packages = ["src/dashkit"]
57+
include = [
58+
"src/dashkit/assets/style.css",
59+
]
60+
61+
[tool.hatch.build.targets.sdist]
62+
include = [
63+
"src/dashkit/**",
64+
"README.md",
65+
"LICENSE",
66+
]
5767

5868
[tool.ruff]
5969
target-version = "py311"

0 commit comments

Comments
 (0)