Add py.typed for PEP561 compliance (#1882)

This commit is contained in:
nhairs 2023-04-23 19:15:42 +10:00 committed by GitHub
parent 74746cc390
commit 67b2c982f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

0
rq/py.typed Normal file
View File

View File

@ -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',