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 5f6b729 commit 1396e18Copy full SHA for 1396e18
setup.py
@@ -12,6 +12,7 @@
12
long_description_content_type="text/markdown",
13
url="https://github.com/kuimono/openapi-schema-pydantic",
14
packages=setuptools.find_packages(exclude=["tests"]),
15
+ package_data={"openapi_schema_pydantic": ["py.typed"]},
16
install_requires=["pydantic>=1.8.2"],
17
tests_require=["pytest"],
18
classifiers=[
0 commit comments