We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81496c0 commit b3c2cf7Copy full SHA for b3c2cf7
1 file changed
pyproject.toml
@@ -42,5 +42,6 @@ dev = [
42
branch = true
43
source = ["mcpauth"]
44
45
-[tool.setuptools]
46
-packages = ["mcpauth"]
+[tool.setuptools.packages.find]
+where = ["."]
47
+include = ["mcpauth*"]
0 commit comments