-
-
Notifications
You must be signed in to change notification settings - Fork 708
Expand file tree
/
Copy pathMANIFEST.in
More file actions
38 lines (31 loc) · 613 Bytes
/
MANIFEST.in
File metadata and controls
38 lines (31 loc) · 613 Bytes
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
graft src
graft docs
graft etc
graft thirdparty
graft etc/thirdparty
recursive-include etc/thirdparty *
include *.LICENSE
include NOTICE
include *.ABOUT
include *.toml
include *.yml
include *.rst
include *.png
include setup.*
include configure*
include requirements*
include .giti*
include extractcode*
include scancode*
# path to executable used by a built app
include PYTHON_EXECUTABLE
include Dockerfile
include .dockerignore
include .gitignore
include .readthedocs.yml
include manage.py
include Dockerfile*
include Makefile
include MANIFEST.in
include .VERSION
global-exclude *.py[co] __pycache__ *.*~