Skip to content

Commit 54ac11c

Browse files
authored
Merge branch 'main' into pyproject-guide
2 parents 8ea5734 + d2576de commit 54ac11c

8 files changed

+854
-145
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
rev: v2.2.6
1616
hooks:
1717
- id: codespell
18-
args: ["-L", "ned"]
18+
args: ["-L", "ned,ist,oder"]
1919

2020
- repo: local
2121
hooks:

source/discussions/setup-py-deprecated.rst

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ Although the usage of :file:`setup.py` as an executable script is deprecated,
105105
its usage as a configuration file for setuptools is absolutely fine.
106106
There is likely no modification needed in :file:`setup.py`.
107107

108-
.. todo::
109-
110-
Link to a "How to modernize a setup.py based project?"
111-
112108

113109
Is ``pyproject.toml`` mandatory?
114110
================================
@@ -124,10 +120,7 @@ at the root of its source tree with a content like this:
124120
build-backend = "setuptools.build_meta"
125121
126122
127-
.. todo::
128-
129-
Link to "How to modernize a setup.py based project?"
130-
123+
The guide :ref:`modernize-setup-py-project` has more details about this.
131124

132125
The standard fallback behavior for a :term:`build frontend <Build Frontend>`
133126
in the absence of a :file:`pyproject.toml` file and its ``[build-system]`` table

0 commit comments

Comments
 (0)