Skip to content

Commit

Permalink
Include additional files in sdists
Browse files Browse the repository at this point in the history
In particular this includes files needed for running the tests, as well as the changelog.
  • Loading branch information
toddrme2178 authored Nov 16, 2018
1 parent dc65e75 commit 491929c
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 491929c

Please sign in to comment.