8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation< 8000 /a>.
There was an error while loading. Please reload this page.
py.typed
1 parent 53b3626 commit fc76d79Copy full SHA for fc76d79
setup.py
@@ -18,7 +18,7 @@
18
author="Zakaria Zajac",
19
author_email="zak@madzak.com",
20
package_dir={'': 'src'},
21
- package_data={"src/pythonjsonlogger": ["py.typed"]},
+ package_data={"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.6",
0 commit comments