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

Commit

Permalink
Merge pull request #156 from akshayphdk/package_py_typed
Browse files Browse the repository at this point in the history
Add `py.typed` to package
  • Loading branch information
madzak authored Nov 29, 2022
2 parents 672e93d + cad934a commit 6c992fd
Showing 1 changed file 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 @@ -18,6 +18,7 @@
author="Zakaria Zajac",
author_email="[email protected]",
package_dir={'': 'src'},
package_data={"src/pythonjsonlogger": ["py.typed"]},
packages=find_packages("src", exclude="tests"),
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
python_requires='>=3.7',
Expand Down

0 comments on commit 6c992fd

Please sign in to comment.