mirror of https://github.com/rq/rq.git
Add py.typed for PEP561 compliance (#1882)
This commit is contained in:
parent
74746cc390
commit
67b2c982f9
1
setup.py
1
setup.py
|
@ -37,6 +37,7 @@ setup(
|
||||||
'jobs, and processing them.',
|
'jobs, and processing them.',
|
||||||
long_description=__doc__,
|
long_description=__doc__,
|
||||||
packages=find_packages(exclude=['tests', 'tests.*']),
|
packages=find_packages(exclude=['tests', 'tests.*']),
|
||||||
|
package_data = {"rq": ["py.typed"]},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
platforms='any',
|
platforms='any',
|
||||||
|
|
Loading…
Reference in New Issue