diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0d2a29d..90c29bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,14 +26,12 @@ dev = [ "black>=23.0.0", ] -[tool.setuptools.packages.find] -where = ["shared/src"] +# Removed [tool.setuptools.packages.find] section to fix build error [tool.ruff] target-version = "py310" line-length = 88 select = ["E", "F", "B", "I", "N", "UP", "ANN", "S", "A"] -ignore = ["ANN101"] # Missing type annotation for self [tool.ruff.isort] known-first-party = ["shared"] |
