Skip to content

Commit

Permalink
Merge pull request #31 from WardBrian/main
Browse files Browse the repository at this point in the history
Add pyproject.toml with wheel as build-time dependency
  • Loading branch information
billbrod authored Feb 13, 2024
2 parents ec7feec + 7dcaf60 commit 8955baf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

0 comments on commit 8955baf

Please sign in to comment.