8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
py.typed
1 parent 705fe99 commit cad934aCopy full SHA for cad934a
setup.py
@@ -18,6 +18,7 @@
18
author="Zakaria Zajac",
19
author_email="zak@madzak.com",
20
package_dir={'': 'src'},
21
+ package_data={"src/pythonjsonlogger": ["py.typed"]},
22
packages=find_packages("src", exclude="tests"),
23
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
24
python_requires='>=3.5',
0 commit comments