8000 Add `py.typed` to package · sysfce2/python-json-logger@cad934a · GitHub
[go: up one dir, main page]

Skip to content

Commit cad934a

Browse files
committed
Add py.typed to package
1 parent 705fe99 commit cad934a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
author="Zakaria Zajac",
1919
author_email="zak@madzak.com",
2020
package_dir={'': 'src'},
21+
package_data={"src/pythonjsonlogger": ["py.typed"]},
2122
packages=find_packages("src", exclude="tests"),
2223
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
2324
python_requires='>=3.5',

0 commit comments

Comments
 (0)
0