Skip to content

Commit 1396e18

Browse files
committed
Include py.typed marker in package distribution.
1 parent 5f6b729 commit 1396e18

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
@@ -12,6 +12,7 @@
1212
long_description_content_type="text/markdown",
1313
url="https://github.com/kuimono/openapi-schema-pydantic",
1414
packages=setuptools.find_packages(exclude=["tests"]),
15+
package_data={"openapi_schema_pydantic": ["py.typed"]},
1516
install_requires=["pydantic>=1.8.2"],
1617
tests_require=["pytest"],
1718
classifiers=[

0 commit comments

Comments
 (0)