mirror of https://github.com/scrapy/scrapy.git
Merge pull request #2386 from rolando-contrib/manifest-tweak
[MRG+1] Ignore explicitly compiled python files.
This commit is contained in:
commit
826b7e92b6
|
|
@ -12,3 +12,4 @@ prune docs/build
|
|||
recursive-include extras *
|
||||
recursive-include bin *
|
||||
recursive-include tests *
|
||||
global-exclude __pycache__ *.py[cod]
|
||||
|
|
|
|||
Loading…
Reference in New Issue