diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-15 11:16:25 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-15 11:16:25 +0300 |
| commit | b6daa775980253fb9581c891b0c547257339ed88 (patch) | |
| tree | b2f80bc9d3e4e92d6b8943db962b941fb1f77eff /pyproject.toml | |
| parent | 2778e2fd17fc205248a73ba97e6ef23ad26aaed1 (diff) | |
feat: initial gitlab_python mcp
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"] |
