Skip to content

Commit

Permalink
Update docs/pages/packaging.md
Browse files Browse the repository at this point in the history
Co-authored-by: David Stansby <dstansby@gmail.com>
  • Loading branch information
ruaridhg and dstansby authored Jan 23, 2024
1 parent fa4b71a commit 929e145
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 @@ -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

Expand Down

0 comments on commit 929e145

Please sign in to comment.