Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 6c992fd

Browse files
authored
Merge pull request #156 from akshayphdk/package_py_typed
Add `py.typed` to package
2 parents 672e93d + cad934a commit 6c992fd

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.7',

0 commit comments

Comments
 (0)