We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0492dba + c24afdd commit 07d1eedCopy full SHA for 07d1eed
README.md
@@ -18,7 +18,7 @@ An example:
18
19
```toml
20
[build-system]
21
-requires = ["jupyter_packaging~=0.10.0,<2"]
+requires = ["jupyter_packaging>=0.10,<2"]
22
build-backend = "setuptools.build_meta"
23
```
24
@@ -47,7 +47,7 @@ The pre-build command is specified as metadata in `pyproject.toml`:
47
48
49
50
51
build-backend = "jupyter_packaging.build_api"
52
53
[tool.jupyter-packaging.builder]
0 commit comments