Skip to content

Commit ee3b371

Browse files
committed
do not ship tests package
1 parent c3861cf commit ee3b371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
maintainer='Pablo Hoffman',
1717
maintainer_email='pablo@pablohoffman.com',
1818
license='BSD',
19-
packages=find_packages(exclude=['tests']),
19+
packages=find_packages(exclude=('scrapy.tests', 'scrapy.tests.*')),
2020
include_package_data=True,
2121
entry_points={
2222
'console_scripts': ['scrapy = scrapy.cmdline:execute']

0 commit comments

Comments
 (0)