Skip to content

Commit ef92150

Browse files
committed
use PEP 517
1 parent aaef83c commit ef92150

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools>=42", "cffi>=1.0.0"]
3+
build-backend = "setuptools.build_meta"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
'audioplayer',
3131
'mp3player'
3232
],
33-
setup_requires=["cffi>=1.0.0"],
3433
cffi_modules=["build_ffi_module.py:ffibuilder"],
3534
install_requires=[
3635
"cffi>=1.0.0",

0 commit comments

Comments
 (0)