raimon49 / pip-licenses

Dump the license list of packages installed with pip.
MIT License
307 stars 43 forks source link

Add possibility to define options in toml-file #148

Closed AIexanderDicke closed 2 months ago

AIexanderDicke commented 1 year ago

To use pip-licenses for automated license checks it would be helpful to add a feature that allows to load the configuration from a toml-file. However, this would require another dependency, e.g. tomlkit.

isaac-hazy commented 1 year ago

Config file support would be really helpful, anything would be better than nothing, but perhaps pyproject.toml support would be best.