-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMANIFEST.in
More file actions
18 lines (18 loc) · 734 Bytes
/
MANIFEST.in
File metadata and controls
18 lines (18 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include MANIFEST.in
include requirements.txt
include *.json
include *.md
include *.py
include *.txt
recursive-include customreportforpurchaseorder *.css
recursive-include customreportforpurchaseorder *.csv
recursive-include customreportforpurchaseorder *.html
recursive-include customreportforpurchaseorder *.ico
recursive-include customreportforpurchaseorder *.js
recursive-include customreportforpurchaseorder *.json
recursive-include customreportforpurchaseorder *.md
recursive-include customreportforpurchaseorder *.png
recursive-include customreportforpurchaseorder *.py
recursive-include customreportforpurchaseorder *.svg
recursive-include customreportforpurchaseorder *.txt
recursive-exclude customreportforpurchaseorder *.pyc