globality-corp / flake8-logging-format

Flake8 extension to validate (lack of) logging format strings
Apache License 2.0
134 stars 21 forks source link

Add license parameter to setup.py #58

Closed shestakovks closed 1 year ago

shestakovks commented 1 year ago

There is currently no license field in setup.py, which prevents various software (such as https://github.com/raimon49/pip-licenses) to get correct license from this package.

By merging this PR, current package will receive new metadata field license with Apache License 2.0 value. This value will be shown on PyPi and in PKG-INFO files after package installation.