Skip to content

Latest commit

 

History

History
executable file
·
32 lines (22 loc) · 915 Bytes

README.md

File metadata and controls

executable file
·
32 lines (22 loc) · 915 Bytes

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.