forked from awslabs/sockeye
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
27 lines (27 loc) · 712 Bytes
/
MANIFEST.in
File metadata and controls
27 lines (27 loc) · 712 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
include README.md
include CHANGELOG.md
recursive-include requirements *.txt
include LICENSE
include NOTICE
include pylintrc
include .flake8
include typechecked-files
include test/data/config_with_missing_attributes.yaml
include sockeye/git_version.py
recursive-include .github *
include CONTRIBUTING.md
exclude *.sh
exclude sockeye_contrib
recursive-exclude sockeye_contrib *
include pytest.ini
recursive-include test *.py
recursive-include test *.ini
recursive-include docs *.bib
recursive-include docs *.html
recursive-include docs *.png
recursive-include docs *.md
recursive-include docs *.py
recursive-include docs *.yml
recursive-include docs *.ico
recursive-include docs *.css
recursive-include test *.txt