Skip to content

Commit 07d1eed

Browse files
authored
Merge pull request #121 from adamjstewart/fixes/readme
README: clarify build system version
2 parents 0492dba + c24afdd commit 07d1eed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ An example:
1818

1919
```toml
2020
[build-system]
21-
requires = ["jupyter_packaging~=0.10.0,<2"]
21+
requires = ["jupyter_packaging>=0.10,<2"]
2222
build-backend = "setuptools.build_meta"
2323
```
2424

@@ -47,7 +47,7 @@ The pre-build command is specified as metadata in `pyproject.toml`:
4747

4848
```toml
4949
[build-system]
50-
requires = ["jupyter_packaging~=0.10.0,<2"]
50+
requires = ["jupyter_packaging>=0.10,<2"]
5151
build-backend = "jupyter_packaging.build_api"
5252

5353
[tool.jupyter-packaging.builder]

0 commit comments

Comments
 (0)