Skip to content

Commit 3d4e1a8

Browse files
initstringclaude
andcommitted
Fix setuptools package discovery for manpage directory
Explicitly set packages and py-modules to match old setup.py, preventing setuptools from erroring on the manpage/ directory during build. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4114dd6 commit 3d4e1a8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ dev = [
1717
"pytest",
1818
]
1919

20+
[tool.setuptools]
21+
py-modules = ["cloud_enum"]
22+
packages = ["enum_tools"]
23+
2024
[build-system]
2125
requires = ["setuptools>=61"]
2226
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)