Skip to content

Commit

Permalink
do not ship tests package
Browse files Browse the repository at this point in the history
  • Loading branch information
dangra committed Aug 1, 2014
1 parent f35fac1 commit 1fc4e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
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']
Expand Down

0 comments on commit 1fc4e59

Please sign in to comment.