Add py.typed for PEP561 compliance (#1882)

main
nhairs 2 years ago committed by GitHub
parent 74746cc390
commit 67b2c982f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save