mirror of https://github.com/kivy/pyobjus.git
Add pyproject.toml (#69)
* Add pyproject.toml * No need to specify cython manually. * We need cython for makefile.
This commit is contained in:
parent
8e2d62c86e
commit
ea4ef7c96d
|
@ -0,0 +1,5 @@
|
|||
[build-system]
|
||||
requires = [
|
||||
"setuptools", "wheel",
|
||||
"cython",
|
||||
]
|
Loading…
Reference in New Issue