File: MANIFEST.in

package info (click to toggle)
python-scrapy 0.14.4-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,064 kB
  • sloc: python: 19,468; xml: 199; sh: 134; makefile: 67
file content (19 lines) | stat: -rw-r--r-- 528 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include README
include AUTHORS
include INSTALL
include LICENSE
include MANIFEST.in
include scrapy/mime.types
include scrapyd/default_scrapyd.conf
recursive-include scrapyd license.txt
recursive-include scrapyd/tests *.egg
recursive-include scrapy/templates *
recursive-include scrapy/tests/sample_data *
recursive-include scrapy license.txt
recursive-include scrapy/tests *.egg
recursive-include docs *
prune docs/build
recursive-include scripts *
recursive-include examples *
recursive-include extras *
recursive-include bin *