Skip to content

Commit b23c05b

Browse files
committed
fix(packaging): include Python package files in wheel (remove restrictive include); bump dash-dashkit to 1.0.5
1 parent 1ad0f57 commit b23c05b

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dash-dashkit"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
description = "Modern dashboard components for Dash applications"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -42,11 +42,6 @@ dev = ["ruff>=0.1.0", "basedpyright>=1.10.0"]
4242
requires = ["hatchling"]
4343
build-backend = "hatchling.build"
4444

45-
[tool.hatch.build]
46-
include = [
47-
"src/dashkit/assets/style.css",
48-
]
49-
5045
[tool.hatch.build.targets.wheel]
5146
packages = ["src/dashkit"]
5247

0 commit comments

Comments
 (0)