summaryrefslogtreecommitdiffstats
path: root/third_party/python/glean_parser/MANIFEST.in
blob: 9580ab203b21ad824567873312aa1453ab50dbc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include AUTHORS.rst
include CONTRIBUTING.rst
include HISTORY.rst
include LICENSE
include README.rst

recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif

recursive-include glean_parser/schemas *.yaml
recursive-include glean_parser/templates *