Skip to content

Commit

Permalink
Merge pull request #27 from jonathanberthias/pep517
Browse files Browse the repository at this point in the history
Enable pep517 builds
  • Loading branch information
vineetbansal authored Feb 8, 2023
2 parents 859548a + ca250a4 commit 8211ee6
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
@@ -0,0 +1,4 @@
[build-system]
requires = ["setuptools>=49.5.0", "pybind11"]
build-backend = "setuptools.build_meta"

0 comments on commit 8211ee6

Please sign in to comment.