mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
a1df2b5a3c
This patch basically bypasses setup.py for pure Python packages. Instead of producing .egg-info directories in the source tree, it merely installs .pth files pointing back to the source directory. As a result, this is less junk in the source tree. The .hgignore and .gitignore entries for egg-info directories have been removed because there should no longer be egg-info directories any more. People should clean up these orphaned directories manually. This can be accomplished by running: $ hg status -u | grep .egg-info | xargs rm -rf $ git ls-files -o '*.egg-info*' | xargs rm -rf |
||
---|---|---|
.. | ||
packages.txt | ||
populate_virtualenv.py |