Why Does "python Setup.py Sdist" Create Unwanted "project-egg.info" In Project Root Directory?
When I run python setup.py sdist it creates an sdist in my ./dist directory. This includes a …
Read more
Why Does "python Setup.py Sdist" Create Unwanted "project-egg.info" In Project Root Directory?