Skip to content

Commit

Permalink
Python: Use poetry.core.masonry.api as build-backend
Browse files Browse the repository at this point in the history
This is motivated by a desire to switch away from `setuptools`, which has some
unfortunate interactions with static analysis tools.

This also bumps the `argo` submodule to bring in the changes from
GaloisInc/argo#197, which applies similar changes.
  • Loading branch information
RyanGlScott committed May 9, 2023
1 parent ea2531f commit 20fac33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cryptol-remote-api/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ typing-extensions = "^4.1.1"
mypy = "^0.991"

[build-system]
requires = ["poetry>=1.1.4", "setuptools>=40.8.0"]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion deps/argo

0 comments on commit 20fac33

Please sign in to comment.