diff --git a/redshift_connector/py.typed b/redshift_connector/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index a95f9fa..bdf4b8a 100644 --- a/setup.py +++ b/setup.py @@ -128,7 +128,9 @@ def get_tag(self): ], keywords="redshift dbapi", include_package_data=True, - package_data={"redshift-connector": ["*.py", "*.crt", "LICENSE", "NOTICE"]}, + package_data={ + "redshift-connector": ["*.py", "*.crt", "LICENSE", "NOTICE", "py.typed"] + }, packages=find_packages(exclude=["test*"]), cmdclass=custom_cmds, )