LICENSE, README.md and test_autoflake.py included with install
When installing autoflake the LICENSE, README.md and test_autoflake.py files are also installed into the root of the site-packages directory which seems like unintended behaviour.
Do you mean for this to happen?
I installed with conda. LICENSE, README.md and test_autoflake.py files aren't also installed into the root of the site-packages directory. Can you pls try again? @gentlegiantJGC
Hmm I think we want to distribute the license and the docs, though we should not include the tests, and we should make sure those files don't end-up in site-packages 🤔
I am installing from pypi with pip.
If you open the .whl file (eg with 7zip) you can see the contents that get extracted to the site-packages directory.
If you want to distribute the licence and readme can I suggest making the library a package and putting them in the directory.
The correct way to include licence files is to list them with this https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license-files