summaryrefslogtreecommitdiffstats
path: root/third_party/psutil/MANIFEST.in
blob: 20185763dc7e837692b34cfb208279863be17843 (plain)
1
2
3
4
5
6
7
8
9
10
include CREDITS
include HISTORY
include LICENSE
include MANIFEST.in
include README
include setup.py
recursive-include docs *.html *.dia *.png
recursive-include psutil *.py *.c *.h
recursive-include test *.py
recursive-include examples *.py