Skip to content

Commit

Permalink
Don't put stripe/py.typed in package data
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Aug 21, 2023
1 parent 56dab4c commit 50acdf3
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", "py.typed"]},
package_data={"stripe": ["data/ca-certificates.crt"]},
zip_safe=False,
install_requires=[
'typing_extensions <= 4.2.0; python_version < "3.7"',
Expand Down

0 comments on commit 50acdf3

Please sign in to comment.