Commit 926a6cba authored by J. Kevin Bay's avatar J. Kevin Bay

Hide wheels directory used on Debian-like systems (Ubuntu)

See https://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html

tl;dr Debian Policy requires wheels to be installed here and thus issuing
python3 -m venv .
on a Debian-like system creates this directory
parent c2bb55b8
...@@ -20,6 +20,7 @@ parts/ ...@@ -20,6 +20,7 @@ parts/
sdist/ sdist/
var/ var/
wheels/ wheels/
share/python-wheels/
*.egg-info/ *.egg-info/
.installed.cfg .installed.cfg
*.egg *.egg
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment