Skip to content

Commit

Permalink
Fix cython tracing var name in pep517 backend (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 3, 2024
1 parent 6c0f300 commit 3092b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/pep517_backend/_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
CYTHON_TRACING_CONFIG_SETTING = 'with-cython-tracing'
"""Config setting name toggle to include line tracing to C-exts."""

CYTHON_TRACING_ENV_VAR = 'PROPCACHECYTHON_TRACING'
CYTHON_TRACING_ENV_VAR = 'PROPCACHE_CYTHON_TRACING'
"""Environment variable name toggle used to opt out of making C-exts."""

PURE_PYTHON_CONFIG_SETTING = 'pure-python'
Expand Down

0 comments on commit 3092b59

Please sign in to comment.