1recursive-include python2 *.py *.txt
2recursive-include python3 *.py *.txt
3graft test
4graft tests
5include *.md
6include CHANGELOG
7include LICENSE
8include python2/httplib2/test/*.txt
9include requirements*.txt
10global-exclude __pycache__
11global-exclude *.py[cod]
12