globality-corp / flake8-logging-format

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

Can a wheel be published? #29

Open matthewdeanmartin opened 2 years ago

matthewdeanmartin commented 2 years ago

They are useful in environments where sdist is prohibited.

python setup.py sdist bdist_wheel and then uploading dist/* with twine would do it

Thanks