Skip to content

Commit c14f38c

Browse files
committed
chore: wip
1 parent a926928 commit c14f38c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "quark-py"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "FastAPI + Ant Design Pro 前后端分离的管理后台,Build Anything With Quark"
55
readme = "README.md"
66
requires-python = ">=3.10,<3.13"
@@ -23,14 +23,18 @@ dependencies = [
2323
]
2424

2525
[build-system]
26-
requires = ["setuptools>=61.0"]
26+
requires = ["setuptools>=61.0", "wheel", "build"]
2727
build-backend = "setuptools.build_meta"
2828

2929
[tool.setuptools]
3030
package-dir = {"" = "src"}
31+
include-package-data = true
3132

3233
[tool.setuptools.packages.find]
3334
where = ["src"]
3435

36+
[tool.setuptools.package-data]
37+
quark = ["web/**"]
38+
3539
[tool.uv]
3640
index-url = "https://mirrors.aliyun.com/pypi/simple"

0 commit comments

Comments
 (0)