Skip to content

Commit

Permalink
Merge pull request #167 from mgorny/fix-setup
Browse files Browse the repository at this point in the history
Add missing build-backend to pyproject.toml
  • Loading branch information
rougier authored May 9, 2023
2 parents 894fd77 + 9b9e71d commit ccd4f5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[build-system]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4", "certifi", "cmake"]
build-backend = "setuptools.build_meta"

0 comments on commit ccd4f5f

Please sign in to comment.