summaryrefslogtreecommitdiffstats
path: root/third_party/python/virtualenv/README_MOZILLA
blob: 6f40472d9ef22e4e43f20ef3baeca37ebb4ffb88 (plain)
1
2
3
4
5
6
7
8
9
10
The contents of this directory are extracted from virtualenv.pyz as downloaded
from https://bootstrap.pypa.io/virtualenv.pyz.

The virtualenv.py script is a wrapper that should be preserved and allows to
use the extracted virtualenv.pyz as-is.

It is not vendored via `mach vendor` because that would require a larger wrapper
script that handles the same things as the zipapp already does, picking the right
dependencies to add to the PYTHONPATH depending on the python version.