Skip to content

Commit

Permalink
ci: added pyproject.toml with build dependencies (PEP518)
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Nov 30, 2022
1 parent f7d737a commit 63afaec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[build-system]
requires = [
"setuptools>=42",
"wheel",
"Cython"
]

build-backend = "setuptools.build_meta"

0 comments on commit 63afaec

Please sign in to comment.