Skip to content

Commit f54890d

Browse files
authored
Merge pull request #228 from CKrawczyk/add-pyproject
Add pyporject.toml file to specify build-system requirements
2 parents 02e92ad + 7a1f773 commit f54890d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[build-system]
2+
requires = [
3+
"setuptools",
4+
"wheel",
5+
"cython",
6+
"numpy"
7+
]

0 commit comments

Comments
 (0)