PyCQA / flake8-bugbear

A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.
MIT License
1.05k stars 103 forks source link

add `tox.ini` in `sdist` #389

Closed kyoto7250 closed 1 year ago

kyoto7250 commented 1 year ago

close https://github.com/PyCQA/flake8-bugbear/issues/383

This PR adds tox.ini in MANIFEST.in for downstream testing.