This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
pyjnius
mirror of
https://github.com/kivy/pyjnius.git
Watch
1
Star
1
Fork
You've already forked pyjnius
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c126762e36
pyjnius
/
pyproject.toml
6 lines
90 B
TOML
Raw
Normal View
History
Unescape
Escape
Add pyproject.toml
2021-06-04 22:51:22 +00:00
[
build-system
]
Cython now requires a minimum version. Introduces setup.cfg. Cleans up the CI workflow (#629)
2022-07-02 15:35:32 +00:00
requires
=
[
"setuptools>=58.0.0"
,
"wheel"
,
"Cython>=0.29.30"
]