We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45cabb1 commit 98a40acCopy full SHA for 98a40ac
pyproject.toml
@@ -40,6 +40,7 @@ artifacts = [
40
[tool.hatch.build.targets.sdist]
41
include = [
42
"/swankit",
43
+ "/requirements.txt",
44
"/requirements-dev.txt", # 用于测试的依赖
45
"/test", # 包含一些测试脚本,确保测试成功
46
"/README.md", # 包含readme,因为是动态设置的
0 commit comments