forked from 8x8Cloud/knox
-
Notifications
You must be signed in to change notification settings - Fork 3
/
MANIFEST.in
58 lines (43 loc) · 1.12 KB
/
MANIFEST.in
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
graft docs
graft src
graft ci
graft tests
include .bumpversion.cfg
include .coveragerc
include .cookiecutterrc
include .editorconfig
include .env
include AUTHORS.rst
include CHANGELOG.rst
include CONTRIBUTING.rst
include LICENSE
include README.rst
include tox.ini .travis.yml .appveyor.yml .readthedocs.yml .pre-commit-config.yaml
global-exclude *.py[cod] __pycache__/* *.so *.dylib Dockerfile Dockerfile.* tmp/* tests/*
# added by check_manifest.py
recursive-include src *.py
# added by check_manifest.py
include *.md
# added by check_manifest.py
recursive-include examples *.pem *.cnf
# added by check_manifest.py
include *.txt
# added by check_manifest.py
include *.png
# added by check_manifest.py
recursive-include tests *.js
# added by check_manifest.py
recursive-include examples *.py
# added by check_manifest.py
recursive-include docs *.png
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs *.txt
# added by check-manifest
include *.yml
# added by check-manifest
recursive-include tests *.py
# added by check-manifest
include *.yaml
recursive-include k8s *.yaml
recursive-include k8s *.yml