diff --git a/docs/pages/packaging.md b/docs/pages/packaging.md index 4a26b8ef..714902d8 100644 --- a/docs/pages/packaging.md +++ b/docs/pages/packaging.md @@ -27,7 +27,7 @@ layout: default | -------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | --- | :-----: | | [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. | 🟢 | | | [setup.py](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/) | Strongly coupled with setuptools and therefore not recommended. | 🟠 | | -| [setup.cfg](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/) | An ini file that contains option defaults for setup.py commands | 🟠 | | +| [setup.cfg](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/) | An ini file that contains defaults for setup.py commands. | 🟠 | | ## Conda