Skip to content

Commit

Permalink
Work around setuptools 64's breakage of static analysis tools
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Sep 1, 2024
1 parent bb46dce commit d5ee690
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ loopy = [
"py.typed",
]

[tool.setuptools.package-dir]
# https://github.com/Infleqtion/client-superstaq/pull/715
"" = "."

[tool.ruff]
preview = true

Expand Down

0 comments on commit d5ee690

Please sign in to comment.