Skip to content

Commit

Permalink
Merge pull request scrapy#3495 from toddrme2178/patch-1
Browse files Browse the repository at this point in the history
[MRG+1] Include additional files in sdists
  • Loading branch information
lopuhin committed Nov 20, 2018
2 parents dc65e75 + 491929c commit 886513c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,24 @@ 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]

0 comments on commit 886513c

Please sign in to comment.