mirror of https://github.com/scrapy/scrapy.git
do not ship tests package
This commit is contained in:
parent
f35fac11a2
commit
1fc4e59cf4
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=('tests', 'tests.*')),
|
||||
include_package_data=True,
|
||||
entry_points={
|
||||
'console_scripts': ['scrapy = scrapy.cmdline:execute']
|
||||
|
|
|
|||
Loading…
Reference in New Issue