summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: b8d22eb02dc1040ee6d707c2fd317b012d8b7d4b (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.*