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.
2 parents 10dffcd + 000f66c commit 7a8d4d0Copy full SHA for 7a8d4d0
README.md
@@ -71,3 +71,11 @@ git clone https://github.com/jupyter/jupyter-packaging.git
71
cd jupyter-packaging
72
pip install -e .
73
```
74
+
75
+You can test changes locally by creating a `pyproject.toml` with the following, replacing the local path to the git checkout:
76
77
+```
78
+[build-system]
79
+requires = ["jupyter_packaging@file://<path-to-git-checkout>", "setuptools>=40.8.0", "wheel"]
80
+build-backend = "setuptools.build_meta"
81
0 commit comments