Skip to content

Commit f5f07ac

Browse files
aeromomoclaude
andcommitted
fix: exclude non-Python dirs from setuptools package discovery
proxy/, assets/, references/ are not Python packages. Explicit exclusion prevents flat-layout discovery error. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5ff04a5 commit f5f07ac

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,6 @@ dev = ["pytest>=7.0"]
5858

5959
[tool.pytest.ini_options]
6060
testpaths = ["tests"]
61+
62+
[tool.setuptools.packages.find]
63+
exclude = ["proxy*", "assets*", "references*", "docs*"]

0 commit comments

Comments
 (0)