summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2019-01-28 20:16:20 +1000
committerNick Coghlan <ncoghlan@gmail.com>2019-02-06 20:57:57 +1000
commit682cff72305d0bfb5b3ef800f2b0f0696498f126 (patch)
tree0ff734b41fa6e7a488fcc9f7491ed7a98e541c77 /.gitignore
parent5a61475f959818d46b25cb1ded558f8ff13109b7 (diff)
downloadpip-682cff72305d0bfb5b3ef800f2b0f0696498f126.tar.gz
Fix #6163: Default to setuptools.build_meta:__legacy__
The main setuptools PEP 517 backend is intended for explicit usage in `pyproject.toml`, when the project authors can ensure that their `setup.py` runs without that directory being implicitly on `sys.path`. For implicit usage, setuptools now offers a separate legacy backend that more closely mimics direct execution of the `setup.py` script.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index dfa41c022..b1fd6887e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,6 +27,7 @@ nosetests.xml
coverage.xml
*.cover
tests/data/common_wheels/
+pip-wheel-metadata
# Misc
*~