summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 621efc8aec7efc30e0be379acecfb45aebfc2963 (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
include utils/fake_libc_include/*.h
include README.*
include LICENSE
include CHANGES
include setup.*

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