Skip to content

Commit 97bf17c

Browse files
style: pre-commit fixes
1 parent 1dfd2b5 commit 97bf17c

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

docs/_includes/pyproject.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,10 @@ or [Whey](https://whey.readthedocs.io/en/latest/configuration.html). Note that
5252
The license can be done one of two ways.
5353

5454
The modern way is to use the `license` field and an [SPDX identifier
55-
expression][spdx]. You can specify a list of files globs in `license-files`.
56-
You need `hatchling>=1.26`, `flit-core>=1.11` (1.12 for complex license
57-
statements), `pdm-backend>=2.4`, `setuptools>=77`, `meson-python>=0.18`,
58-
`maturin>=1.9.2`, `poetry-core>=2.2`, or `scikit-build-core>=0.12` to support
59-
this.
55+
expression][spdx]. You can specify a list of files globs in `license-files`. You
56+
need `hatchling>=1.26`, `flit-core>=1.11` (1.12 for complex license statements),
57+
`pdm-backend>=2.4`, `setuptools>=77`, `meson-python>=0.18`, `maturin>=1.9.2`,
58+
`poetry-core>=2.2`, or `scikit-build-core>=0.12` to support this.
6059

6160
The classic convention uses one or more [Trove Classifiers][] to specify the
6261
license. There also was a `license.file` field, required by `meson-python`, but

docs/pages/guides/packaging_compiled.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ install_subdir('src/package', install_dir: py.get_install_dir() / 'package', str
164164
<!-- [[[end]]] -->
165165

166166
Meson also requires that `LICENSE` and `README.md` exist, and that your source
167-
be tracked by version control. In a real project, you will likely be doing
168-
this, but when trying out a build backend you might not think to add these, but
169-
you need them.
167+
be tracked by version control. In a real project, you will likely be doing this,
168+
but when trying out a build backend you might not think to add these, but you
169+
need them.
170170

171171
{% endtab %} {% tab maturin Maturin %}
172172

0 commit comments

Comments
 (0)