Skip to content

Commit bdf8a35

Browse files
authored
Fix: Add py.typed to root package (#666)
* Create py.typed * add in py.typed .. not sure if needed for .clickhouse
1 parent 4072bfb commit bdf8a35

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pypika/py.typed

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def version():
4848
packages=["pypika", "pypika.clickhouse"],
4949

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

5354
install_requires=[],

0 commit comments

Comments
 (0)