-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathMANIFEST.in
More file actions
42 lines (39 loc) · 644 Bytes
/
MANIFEST.in
File metadata and controls
42 lines (39 loc) · 644 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
39
40
41
42
include *LICENSE
include *NOTICE
include *.py
include MANIFEST.in
include Makefile
include *.rst
include setup.*
include *.ini
include *.yml
include *.yaml
include *ignore
include Dockerfile
include docker*
include .VERSION
graft component_catalog
graft dejacode
graft dejacode_toolkit
graft dje
graft docs
graft etc
graft license_library
graft notification
graft organization
graft policy
graft product_portfolio
graft purldb
graft reporting
graft thirdparty
graft workflow
prune dejacode.egg-info
prune docs/_build
prune bin
prune tmp
prune lib
prune lib64
prune local
prune var
recursive-exclude * __pycache__
recursive-exclude * *.py[co]