Skip to content

A simple TUI for adding trove classifiers to your project quickly

License

Notifications You must be signed in to change notification settings

jvllmr/trove-setup

Repository files navigation

PyPI - Downloads GitHub license Routine Checks

trove-setup

A simple TUI for adding trove classifiers to your project. Supports pep621, poetry and flit pyproject.toml files.

trove-setup demo

Installation and usage

Optimal installation with pipx:

pipx install trove-setup

Run in your project via

trove_setup

CLI Params

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.