We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05955b5 commit d6dc9e7Copy full SHA for d6dc9e7
pyproject.toml
@@ -0,0 +1,3 @@
1
+[build-system]
2
+requires = ["setuptools"]
3
+build-backend = "setuptools.build_meta"
setup.py
@@ -40,6 +40,7 @@ def has_ext_modules(foo):
40
],
41
packages=["raylib", "pyray"],
42
include_package_data=True,
43
+ setup_requires=["cffi>=1.17.1"],
44
install_requires=["cffi>=1.17.1"],
45
distclass=BinaryDistribution,
46
cffi_modules=["raylib/build.py:ffibuilder"]
0 commit comments