Skip to content

Commit

Permalink
Explicitly add py.typed to package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkocher committed Aug 28, 2021
1 parent b4a5c0d commit 5ced745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def get_version():
python_requires=">=3.7",
install_requires=_get_requirements("REQUIREMENTS.txt"),
packages=['pydantic_cli', 'pydantic_cli.examples'],
package_data={"pydantic_cli": ["py.typed"]},
tests_require=_get_requirements("REQUIREMENTS-TEST.txt"),
extras_require={"shtab": "shtab>=1.3.1"},
zip_safe=False,
Expand Down

0 comments on commit 5ced745

Please sign in to comment.