diff --git a/rq/py.typed b/rq/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index d60465e..221e223 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,7 @@ setup( 'jobs, and processing them.', long_description=__doc__, packages=find_packages(exclude=['tests', 'tests.*']), + package_data = {"rq": ["py.typed"]}, include_package_data=True, zip_safe=False, platforms='any',