1[bdist_rpm]
2doc_files = docs AUTHORS INSTALL LICENSE README.rst
3
4[bdist_wheel]
5universal = 1
6
7[mypy]
8ignore_missing_imports = true
9follow_imports = skip
10
11[mypy-scrapy.downloadermiddlewares.httpproxy]
12ignore_errors = True
13
14[mypy-scrapy.interfaces]
15ignore_errors = True
16
17[mypy-scrapy.pipelines.images]
18ignore_errors = True
19
20[mypy-scrapy.settings.default_settings]
21ignore_errors = True
22
23[mypy-tests.mocks.dummydbm]
24ignore_errors = True
25
26[mypy-tests.test_command_fetch]
27ignore_errors = True
28
29[mypy-tests.test_command_parse]
30ignore_errors = True
31
32[mypy-tests.test_command_shell]
33ignore_errors = True
34
35[mypy-tests.test_command_version]
36ignore_errors = True
37
38[mypy-tests.test_contracts]
39ignore_errors = True
40
41[mypy-tests.test_downloader_handlers]
42ignore_errors = True
43
44[mypy-tests.test_engine]
45ignore_errors = True
46
47[mypy-tests.test_exporters]
48ignore_errors = True
49
50[mypy-tests.test_http_request]
51ignore_errors = True
52
53[mypy-tests.test_linkextractors]
54ignore_errors = True
55
56[mypy-tests.test_loader]
57ignore_errors = True
58
59[mypy-tests.test_loader_deprecated]
60ignore_errors = True
61
62[mypy-tests.test_pipeline_crawl]
63ignore_errors = True
64
65[mypy-tests.test_pipeline_files]
66ignore_errors = True
67
68[mypy-tests.test_pipeline_images]
69ignore_errors = True
70
71[mypy-tests.test_request_cb_kwargs]
72ignore_errors = True
73
74[mypy-tests.test_scheduler]
75ignore_errors = True
76
77[mypy-tests.test_spidermiddleware_httperror]
78ignore_errors = True
79
80[mypy-tests.test_spidermiddleware_referer]
81ignore_errors = True
82
83[mypy-tests.test_utils_serialize]
84ignore_errors = True
85
86[mypy-tests.test_utils_url]
87ignore_errors = True
88
89[egg_info]
90tag_build =
91tag_date = 0
92
93