File: MANIFEST.in

package info (click to toggle)
python-tatsu-lts 5.13.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 896 kB
  • sloc: python: 10,216; makefile: 54
file content (38 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
include *.cfg
include *.ebnf
include *.ini
include *.md
include *.rst
include *.txt
include *.toml
include *.yaml
include Makefile
include .pylintrc

include grammar/*


include docs/*
exclude docs/_build
exclude docs/_static
exclude docs/_templates

recursive-include tatsu *.ebnf

recursive-include etc *
recursive-exclude etc *.pdf

recursive-include examples/g2e *
exclude examples/g2e/antlr_parser.py
exclude examples/g2e/python.ebnf

recursive-include examples/calc *

global-exclude *.pyc
global-exclude *.pyd
global-exclude *.pyo
global-exclude *.orig
global-exclude *.c
global-exclude *.so
global-exclude *~
global-exclude __pycache__