Просмотр исходного кода

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
pull/2880/head
J. Kevin Bay 5 лет назад
Родитель
Сommit
926a6cba3d
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1
    0
      Python.gitignore

+ 1
- 0
Python.gitignore Просмотреть файл

@@ -20,6 +20,7 @@ parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

Загрузка…
Отмена
Сохранить