Skip to content

Commit 9d64e60

Browse files
authored
Fix up subpackages in dist (#384)
1 parent 739df6f commit 9d64e60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ kerberos = [
5656

5757
[tool.setuptools]
5858
include-package-data = true
59-
packages = ["winrm"]
59+
60+
[tool.setupstools.packages]
61+
find = {}
6062

6163
[tool.setuptools.package-data]
6264
"winrm" = ["py.typed"]

0 commit comments

Comments
 (0)