Skip to content

Commit

Permalink
Deliberately, this time (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Oct 27, 2023
1 parent 1892c36 commit 40bd8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"',
Expand Down

0 comments on commit 40bd8d4

Please sign in to comment.