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 f97e7de commit ae0c75cCopy full SHA for ae0c75c
README.rst
@@ -23,7 +23,7 @@ Usage—you are responsible for ensuring build requirements are available:
23
24
import os
25
import tomli
26
- from pyproject_hooks.wrappers import BuildBackendHookCaller
+ from pyproject_hooks import BuildBackendHookCaller
27
28
src = 'path/to/source' # Folder containing 'pyproject.toml'
29
with open(os.path.join(src, 'pyproject.toml'), 'rb') as f:
0 commit comments