Skip to content

Commit b3c2cf7

Browse files
authored
fix: set correct dist (#14)
1 parent 81496c0 commit b3c2cf7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ dev = [
4242
branch = true
4343
source = ["mcpauth"]
4444

45-
[tool.setuptools]
46-
packages = ["mcpauth"]
45+
[tool.setuptools.packages.find]
46+
where = ["."]
47+
include = ["mcpauth*"]

0 commit comments

Comments
 (0)