Skip to content

Commit

Permalink
use pip as build frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 authored Aug 26, 2024
1 parent efabfb4 commit ab1ff7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ build-verbosity = 3
#test-command = "pytest -svv pyxcp/tests"
build = "cp3{8,9,10,11,12,13}-*"
skip = ["*-manylinux_i686", "*-musllinux_x86_64", "*-musllinux_i686"] # Skip Linux 32bit and MUSL builds.
build-frontend = "poetry"
build-frontend = "pip"

[tool.pyright]
include = ["pyxcp", "build_ext.py"]
Expand Down

0 comments on commit ab1ff7a

Please sign in to comment.