Skip to content

Commit b2d482b

Browse files
committed
Fix pyproject
1 parent fc53103 commit b2d482b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Homepage = "https://github.com/leecam/pymdoc"
1818
Repository = "https://github.com/leecam/pymdoc.git"
1919
Issues = "https://github.com/leecam/pymdoc/issues"
2020

21-
[tool.setuptools]
22-
py-modules = ["isomdoc"]
21+
[tool.setuptools.packages.find]
22+
exclude = ["testdata"]

0 commit comments

Comments
 (0)