summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 219a05df45e2ae373e70ae91eadcf4506068cdc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
recursive-include examples *.c *.h *.py
recursive-include tests *.c *.h *.py
recursive-include pycparser *.py *.cfg
recursive-include utils/fake_libc_include *.h
include README.*
include LICENSE
include CHANGES
include setup.*

recursive-exclude tests yacctab.* lextab.*
recursive-exclude examples yacctab.* lextab.*