forked from thumbor/thumbor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
28 lines (25 loc) · 846 Bytes
/
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
prune dist
prune build
recursive-include thumbor *.py
recursive-include thumbor *.conf
recursive-include thumbor *.xml
recursive-include thumbor *.h
recursive-include thumbor *.jpg
recursive-include thumbor *.png
recursive-include thumbor *.gif
recursive-include thumbor *.svg
recursive-include thumbor *.webp
recursive-include thumbor 513px-Coffee_beans_-_ziarna_kawy
recursive-include thumbor *.c
recursive-exclude thumbor *.pyc
recursive-exclude thumbor *.so
include LICENSE README.mkd CHANGELOG
recursive-include docs *
prune docs/_build
include redis.conf Makefile requirements thumbor.key
recursive-include tests *.py
recursive-include tests/fixtures *
recursive-exclude tests *.pyc
recursive-include integration_tests *.py
recursive-include integration_tests/imgs *
recursive-exclude integration_tests *.pyc