-
In Poetry 1.x, simply specifying e.g.
Using Poetry 2.1.3, with the updated pyproject.toml now using I quite liked the convenience of those things being added to the published package automatically in Poetry 1.x. Is this change in behavior really intended? I can't remember reading about this in the 2.0 release notes. Do we have to manually add these things now to the "classifiers"? That would, in my opinion, create a major inconvenience in having to keep them up-to-date when the python versions supported by the project change, and would also result in a "duplication" of information (also in things like the license) which is more likely to lead to inconsistencies when making changes. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It is still possible. See the docs for project.classifiers and tool.poetry.classifiers or Poetry's own pyproject.toml which still relies on automatically generated classifiers. |
Beta Was this translation helpful? Give feedback.
It is still possible. See the docs for project.classifiers and tool.poetry.classifiers or Poetry's own pyproject.toml which still relies on automatically generated classifiers.