File: MANIFEST.in

package info (click to toggle)
python3-typed-ast 1.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,728 kB
  • sloc: ansic: 31,662; python: 4,185; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 378 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include ast27/Grammar/Grammar
include ast27/Parser/Python.asdl
recursive-include ast27 *.h
recursive-include ast27 *.py

include ast3/Grammar/Grammar
include ast3/Parser/Python.asdl
recursive-include ast3 *.h
recursive-include ast3 *.py

recursive-include ast3/tests *.py
include LICENSE

prune tools
exclude CONTRIBUTING.md
exclude release_process.md
exclude update_process.md