Skip to content

Commit

Permalink
Update docs/pages/packaging.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Cunliffe <samcunliffe@users.noreply.github.com>
  • Loading branch information
ruaridhg and samcunliffe authored Jan 23, 2024
1 parent 929e145 commit 816d75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ layout: default

| Name | Short description | 🚦 | Used by |
| -------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | --- | :-----: |
| [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. | 🟢 | |
| [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. | 🟢 | |
| [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 defaults for setup.py commands. | 🟠 | |

Expand Down

0 comments on commit 816d75e

Please sign in to comment.