We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a926928 commit c14f38cCopy full SHA for c14f38c
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "quark-py"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = "FastAPI + Ant Design Pro 前后端分离的管理后台,Build Anything With Quark"
5
readme = "README.md"
6
requires-python = ">=3.10,<3.13"
@@ -23,14 +23,18 @@ dependencies = [
23
]
24
25
[build-system]
26
-requires = ["setuptools>=61.0"]
+requires = ["setuptools>=61.0", "wheel", "build"]
27
build-backend = "setuptools.build_meta"
28
29
[tool.setuptools]
30
package-dir = {"" = "src"}
31
+include-package-data = true
32
33
[tool.setuptools.packages.find]
34
where = ["src"]
35
36
+[tool.setuptools.package-data]
37
+quark = ["web/**"]
38
+
39
[tool.uv]
40
index-url = "https://mirrors.aliyun.com/pypi/simple"
0 commit comments