We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129daf2 commit 2412466Copy full SHA for 2412466
2 files changed
pyproject.toml
@@ -4,8 +4,11 @@ requires = [
4
"wheel",
5
"setuptools_scm>=3.3.1,!=4.0.0",
6
]
7
-build-backend = "backend"
8
-backend-path = ["build_backend"]
+build-backend = "setuptools.build_meta"
+#build-backend = "backend"
9
+#backend-path = ["build_backend"]
10
+
11
+[tool.setuptools_scm]
12
13
[tool.ruff]
14
extend-exclude = ["static", "ci/templates"]
tests/eviltracer.pxd
@@ -5,6 +5,7 @@ cimport cython
cdef extern from "vendor/_compat.h":
"""
#if PY_VERSION_HEX >= 0x030B00A7
+ #define Py_BUILD_CORE
#include "internal/pycore_frame.h"
#endif
0 commit comments