New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add .eggs to Gitignore #253
Conversation
These are result of new Python builds.
|
@tiran Please provide me a ticket number which is linked to the commits which caused creation of .eggs. Thanks. |
|
I can't reproduce the issue locally. What's inside your .eggs directory? It's used by setuptools.dist to cache install, build and test dependencies. It should not be generated in the first place. |
|
I'm using this script to build IPA: The ipapython/.eggs directory contains this: |
|
Ah, you don't have python-wheel installed. The package download is triggered by |
|
#255 takes care of .eggs and some other minor issues in setup.py. |
These are result of new Python builds.