mirror of https://github.com/scrapy/scrapy.git
do not ship tests package
This commit is contained in:
parent
c3861cf749
commit
ee3b371e56
2
setup.py
2
setup.py
|
|
@ -16,7 +16,7 @@ setup(
|
|||
maintainer='Pablo Hoffman',
|
||||
maintainer_email='pablo@pablohoffman.com',
|
||||
license='BSD',
|
||||
packages=find_packages(exclude=['tests']),
|
||||
packages=find_packages(exclude=('scrapy.tests', 'scrapy.tests.*')),
|
||||
include_package_data=True,
|
||||
entry_points={
|
||||
'console_scripts': ['scrapy = scrapy.cmdline:execute']
|
||||
|
|
|
|||
Loading…
Reference in New Issue