forked from thoughtworksarts/EmoPy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
13 lines (9 loc) · 890 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
include README.md
include EmoPy/models/*
prune EmoPy/examples/image_data
recursive-include EmoPy/examples/image_data sample_*_image*.png sample.csv
recursive-include EmoPy/examples/image_data/sample_image_series_directory *00[12].png
recursive-include EmoPy/examples/image_data/sample_image_directory/anger S074_004_00000010.png S074_004_00000018.png S113_008_00000016.png S113_008_00000019.png S125_008_00000009.png S125_008_00000010.png
recursive-include EmoPy/examples/image_data/sample_image_directory/happiness S052_004_00000022.png S052_004_00000033.png S055_005_00000030.png S055_005_00000043.png S074_005_00000034.png S074_005_00000043.png
recursive-include EmoPy/examples/image_data/sample_image_directory/surprise S052_001_00000010.png S052_001_00000015.png S055_001_00000007.png S055_001_00000009.png S074_002_00000010.png S074_002_00000016.png
include EmoPy/tests/library/*