Skip to content

Commit

Permalink
Merge pull request #58 from patrick91/feature/py.typed
Browse files Browse the repository at this point in the history
Add py.typed file
  • Loading branch information
manchenkoff authored Jun 1, 2023
2 parents f5a4f6b + e72cac3 commit 931e421
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -19,6 +19,7 @@
version=openapi_parser.__version__,
packages=find_packages(where='src'),
package_dir={'': 'src'},
package_data={"openapi_parser": ["py.typed"]},
license="MIT",
description=openapi_parser.__description__,
long_description=open(description_file).read(),
Expand Down
Empty file added src/openapi_parser/py.typed
Empty file.

0 comments on commit 931e421

Please sign in to comment.