File: MANIFEST.in

package info (click to toggle)
thumbor 7.7.7-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 40,556 kB
  • sloc: xml: 295,435; python: 18,673; ansic: 1,479; makefile: 360; sh: 27
file content (27 lines) | stat: -rw-r--r-- 786 bytes parent folder | download | duplicates (2)
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
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 *.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