From fe098a6a59dfbe7e9b2b24d6ec3a04899fb70e10 Mon Sep 17 00:00:00 2001 From: break27 Date: Mon, 13 Apr 2026 18:22:48 +0800 Subject: [PATCH] fix --- pyproject.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e62bfd7..989c927 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,4 +17,10 @@ dependencies = [ [project.urls] Homepage = "https://git.autistic.men/Utilities/common" -Issues = "https://git.autistic.men/Utilities/common/issues" \ No newline at end of file +Issues = "https://git.autistic.men/Utilities/common/issues" + +[tool.setuptools] +include-package-data = true + +[tool.setuptools.packages.find] +where = ["src"] \ No newline at end of file