Skip to content

Commit

Permalink
Fix: Add py.typed to root package (#666)
Browse files Browse the repository at this point in the history
* Create py.typed

* add in py.typed .. not sure if needed for .clickhouse
  • Loading branch information
whardier authored Nov 18, 2024
1 parent 4072bfb commit bdf8a35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pypika/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def version():
packages=["pypika", "pypika.clickhouse"],

# Include additional files into the package
package_data={"pypika": ["py.typed"]},
include_package_data=True,

install_requires=[],
Expand Down

0 comments on commit bdf8a35

Please sign in to comment.