summaryrefslogtreecommitdiffstats
path: root/python/virtualenv/MANIFEST.in
blob: 49037ada6a92c05c6fc0cd0a7549d40b0adaf860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
recursive-include docs *
recursive-include tests *.py *.sh *.expected
recursive-include virtualenv_support *.whl
recursive-include virtualenv_embedded *
recursive-exclude docs/_templates *
recursive-exclude docs/_build *
include virtualenv_support/__init__.py
include bin/*
include scripts/*
include *.py
include AUTHORS.txt
include LICENSE.txt