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*"]