From c741bd94d99cd436771c32915ea1a0d90e5d6d00 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Thu, 26 Oct 2023 09:28:01 -0700 Subject: [PATCH] Deliberately, this time --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a3fc3ff4..7464eb739 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ license="MIT", keywords="stripe api payments", packages=find_packages(exclude=["tests", "tests.*"]), - package_data={"stripe": ["data/ca-certificates.crt"]}, + package_data={"stripe": ["data/ca-certificates.crt", "py.typed"]}, zip_safe=False, install_requires=[ 'typing_extensions <= 4.2.0, > 3.7.2; python_version < "3.7"',