From 98a40ac0b41e849957a018a1589e0b1d6efb148b Mon Sep 17 00:00:00 2001 From: KAAANG <79990647+SAKURA-CAT@users.noreply.github.com> Date: Sun, 20 Oct 2024 10:34:57 +0800 Subject: [PATCH] fix:req --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2e39b2e..08e5977 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,7 @@ artifacts = [ [tool.hatch.build.targets.sdist] include = [ "/swankit", + "/requirements.txt", "/requirements-dev.txt", # 用于测试的依赖 "/test", # 包含一些测试脚本,确保测试成功 "/README.md", # 包含readme,因为是动态设置的