mirror of https://github.com/rq/rq.git
Exclude tests directory from wheel builds
This commit is contained in:
parent
e6f153ee86
commit
a31d37f1ea
2
setup.py
2
setup.py
|
@ -36,7 +36,7 @@ setup(
|
|||
description='RQ is a simple, lightweight, library for creating background '
|
||||
'jobs, and processing them.',
|
||||
long_description=__doc__,
|
||||
packages=find_packages(exclude=['tests']),
|
||||
packages=find_packages(exclude=['tests', 'tests.*']),
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
platforms='any',
|
||||
|
|
Loading…
Reference in New Issue