Skip to content

Commit 3a5e26e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 99a79e1 commit 3a5e26e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/pages/packaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ a higher-level package which is effectively the same, but much easier to reuse.
4545

4646
| Name | Short description | 🚦 |
4747
| -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------- |
48-
| [pyproject.toml](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/) | Contains build system requirements and information, which are used by pip to build the package. It is becoming the accepted standard and we strongly recommend it. | <span class="label label-green">Best</span> |
48+
| [pyproject.toml](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/) | Contains build system requirements and information, which are used by pip to build the package. It is becoming the accepted standard and we strongly recommend it. | <span class="label label-green">Best</span> |
4949
| [setup.py](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/) | Strongly coupled with setuptools and therefore not recommended. | <span class="label label-yellow">Good</span> |
5050
| [setup.cfg](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/) | An ini file that contains defaults for setup.py commands. | <span class="label label-yellow">Good</span> |
5151

0 commit comments

Comments
 (0)