Skip to content

Commit 5ced745

Browse files
committed
Explicitly add py.typed to package_data
1 parent b4a5c0d commit 5ced745

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
@@ -42,6 +42,7 @@ def get_version():
4242
python_requires=">=3.7",
4343
install_requires=_get_requirements("REQUIREMENTS.txt"),
4444
packages=['pydantic_cli', 'pydantic_cli.examples'],
45+
package_data={"pydantic_cli": ["py.typed"]},
4546
tests_require=_get_requirements("REQUIREMENTS-TEST.txt"),
4647
extras_require={"shtab": "shtab>=1.3.1"},
4748
zip_safe=False,

0 commit comments

Comments
 (0)