summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 6716d9b6d361680dccf2916039b072955f51a5c8 (plain)
1
2
3
4
5
6
7
8
include pyparsing/diagram/*.jinja2
include README.rst CODE_OF_CONDUCT.rst CHANGES LICENSE CONTRIBUTING.md
include examples/*.py examples/Setup.ini examples/*.dfm examples/*.ics examples/*.html examples/*.h examples/*.g examples/statemachine/*
recursive-include docs *
prune docs/_build/*
recursive-include tests *
prune tests/__pycache__
include setup.py tox.ini