[go: up one dir, main page]

File: MANIFEST.in

package info (click to toggle)
kazoo 2.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,016 kB
  • sloc: python: 9,555; makefile: 181; sh: 109
file content (21 lines) | stat: -rw-r--r-- 347 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
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 *