Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 7383a3f

Browse files
authored
Add pyproject.toml (#57)
This change fixes an issue that prevented C files from being included with the manylinux wheels.
1 parent 36fc6af commit 7383a3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build-system]
2+
requires = ["setuptools", "wheel", "Cython"]

0 commit comments

Comments
 (0)