File: MANIFEST.in

package info (click to toggle)
pycparser 2.23-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,760 kB
  • sloc: python: 10,091; ansic: 1,981; makefile: 18; sh: 11
file content (12 lines) | stat: -rw-r--r-- 335 bytes parent folder | download | duplicates (4)
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
recursive-include utils/fake_libc_include *.h
include README.*
include LICENSE
include CHANGES
include setup.*
exclude setup.pyc

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