We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad0f57 commit b23c05bCopy full SHA for b23c05b
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "dash-dashkit"
3
-version = "1.0.4"
+version = "1.0.5"
4
description = "Modern dashboard components for Dash applications"
5
readme = "README.md"
6
requires-python = ">=3.10"
@@ -42,11 +42,6 @@ dev = ["ruff>=0.1.0", "basedpyright>=1.10.0"]
42
requires = ["hatchling"]
43
build-backend = "hatchling.build"
44
45
-[tool.hatch.build]
46
-include = [
47
- "src/dashkit/assets/style.css",
48
-]
49
-
50
[tool.hatch.build.targets.wheel]
51
packages = ["src/dashkit"]
52
0 commit comments