Skip to content

Commit

Permalink
Add py.typed to package (close #360)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored and greg-el committed Aug 27, 2024
1 parent f58d845 commit 65bdd7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
author=authors_str,
author_email=authors_email_str,
packages=["snowplow_tracker", "snowplow_tracker.test", "snowplow_tracker.events"],
package_data={"snowplow_tracker": ["py.typed"]},
url="http://snowplow.io",
license="Apache License 2.0",
description="Snowplow event tracker for Python. Add analytics to your Python and Django apps, webapps and games",
Expand Down
Empty file added snowplow_tracker/py.typed
Empty file.

0 comments on commit 65bdd7b

Please sign in to comment.