A simple TUI for adding trove classifiers to your project.
Supports pep621
, poetry
and flit
pyproject.toml files.
Optimal installation with pipx
:
pipx install trove-setup
Run in your project via
trove_setup
trove_setup
--pyproject-path: Path to pyproject.toml file. Can be directory or file.
--type: Type of project. Can be one of pep621, poetry, flit, auto.