summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 1cdaf5e66ec2687b2cbd52497b49b903fe3d6f92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
global-exclude *pyc *pyo __pycache__
# Git files
exclude .gitignore
# CI/CD files
exclude .travis.yml.bak
exclude .clog.toml
prune .github

exclude Makefile
exclude run_failure.py

include CHANGES.md
include CONTRIBUTING.md
include README.md
include LICENSE
include MANIFEST.in

include tox.ini

recursive-include kazoo *
recursive-include docs *