-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
28 lines (27 loc) · 1.18 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
include *.lock
include *.txt
include *.yaml
include Makefile
include Pipfile
include Dockerfile
recursive-include thoth_issue_predictor *.md
recursive-include thoth_issue_predictor *.png
recursive-include thoth_issue_predictor *.ipynb
recursive-include thoth_issue_predictor *.json
recursive-include thoth_issue_predictor *.py
recursive-include thoth_issue_predictor *.zip
recursive-include thoth_issue_predictor/notebooks/visualizations *
recursive-include thoth_issue_predictor/loader/dm/specifications *
recursive-include thoth_issue_predictor/loader/amun/specifications *
exclude .flake8
exclude .pylintrc
exclude thoth_issue_predictor/notebooks/ThothIssuePredictor*
recursive-exclude thoth_issue_predictor *.pyc
recursive-exclude thoth_issue_predictor/loader/amun/inspections *
recursive-exclude thoth_issue_predictor/loader/dm/inspections *
recursive-exclude thoth_issue_predictor/notebooks/inspections *
recursive-exclude thoth_issue_predictor/loader/dm/ids *
recursive-exclude thoth_issue_predictor/loader/amun/ids *
recursive-exclude thoth_issue_predictor/notebooks/.ipynb_checkpoints *
recursive-exclude thoth_issue_predictor *.log
recursive-exclude thoth_issue_predictor/notebooks/catboost_info *