From cf6ff7c653f18083deb522ddc88a39c965bbaf19 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 20 Jun 2025 17:00:30 +0800 Subject: [PATCH] bugfix --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7444731..8c94a57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,3 +32,10 @@ dev = ["pytest", "black", "mypy"] requires = ["setuptools>=61", "wheel"] build-backend = "setuptools.build_meta" +[tool.setuptools] +packages = {find = {}} + +[tool.setuptools.packages.find] +where = ["."] + +