Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4626f7b

Browse files
authoredJul 11, 2022
Merge pull request #212 from mwcraig/add-cython-ubild-dep
Add Cython to build dependencies
2 parents 5b0557e + 006e9ba commit 4626f7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[build-system]
22
requires = ["setuptools",
33
"wheel",
4-
"setuptools_scm"]
4+
"setuptools_scm",
5+
"cython"]
56
build-backend = 'setuptools.build_meta'
67

78
[tool.setuptools_scm]

0 commit comments

Comments
 (0)
Please sign in to comment.