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

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