Skip to content

Commit 99a79e1

Browse files
committed
fix broken link
1 parent 40a21e9 commit 99a79e1

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://pip.pypa.io/en/stable/reference/build-system/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)