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 0756b59 commit ce39c8bCopy full SHA for ce39c8b
examples/rust_with_cffi/pyproject.toml
@@ -1,3 +1,3 @@
1
[build-system]
2
-requires = ["setuptools", "wheel", "setuptools-rust"]
+requires = ["setuptools", "setuptools-rust", "cffi"]
3
build-backend = "setuptools.build_meta"
examples/rust_with_cffi/setup.py
@@ -21,7 +21,6 @@
21
],
22
cffi_modules=["cffi_module.py:ffi"],
23
install_requires=["cffi"],
24
- setup_requires=["cffi"],
25
include_package_data=True,
26
zip_safe=False,
27
)
0 commit comments