fix pip failing to do binary build from source
This commit is contained in:
parent
05955b5ef1
commit
d6dc9e7d5c
2 changed files with 4 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -40,6 +40,7 @@ setup(
|
|||
],
|
||||
packages=["raylib", "pyray"],
|
||||
include_package_data=True,
|
||||
setup_requires=["cffi>=1.17.1"],
|
||||
install_requires=["cffi>=1.17.1"],
|
||||
distclass=BinaryDistribution,
|
||||
cffi_modules=["raylib/build.py:ffibuilder"]
|
||||
|
|
Reference in a new issue