Commit 9f55a87
authored
chore: Tidy up
chore: Tidy up pyproject.toml
This removes duplicated values between `[project]` and `[tool.poetry]`,
favouring keeping declarations in `[project]`, since most fields that can
go in either are deprecated in `[tool.poetry]`.
An exception to this is `classifiers` which is moved into
`[tool.poetry]`, to utilise Poetry’s automatic setting of Python and
license classifiers. (This also means that license and most Python
classifiers were removed.)pyproject.toml (#339)1 parent a4b5e04 commit 9f55a87
2 files changed
Lines changed: 19 additions & 576 deletions
0 commit comments