mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-06 14:29:52 +00:00
In particular this includes files needed for running the tests, as well as the changelog.
27 lines
486 B
Plaintext
27 lines
486 B
Plaintext
include README.rst
|
|
include AUTHORS
|
|
include INSTALL
|
|
include LICENSE
|
|
include MANIFEST.in
|
|
include NEWS
|
|
|
|
include scrapy/VERSION
|
|
include scrapy/mime.types
|
|
|
|
include codecov.yml
|
|
include conftest.py
|
|
include pytest.ini
|
|
include requirements-*.txt
|
|
include tox.ini
|
|
|
|
recursive-include scrapy/templates *
|
|
recursive-include scrapy license.txt
|
|
recursive-include docs *
|
|
prune docs/build
|
|
|
|
recursive-include extras *
|
|
recursive-include bin *
|
|
recursive-include tests *
|
|
|
|
global-exclude __pycache__ *.py[cod]
|