From e68737982c8b2aa352d2520b4f8206d6a6c8ff99 Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Thu, 8 May 2025 10:33:27 -0700 Subject: [PATCH] fix: set correct dist --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 849112a..ad06799 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,5 +42,6 @@ dev = [ branch = true source = ["mcpauth"] -[tool.setuptools] -packages = ["mcpauth"] +[tool.setuptools.packages.find] +where = ["."] +include = ["mcpauth*"]