Skip to content

Commit

Permalink
Merge pull request #18 from camptocamp/backport/17-to-0.9
Browse files Browse the repository at this point in the history
[Backport 0.9] Mark the package as typed
  • Loading branch information
sbrunner authored Jun 2, 2021
2 parents 2717579 + 5eebd40 commit 3a67181
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added jsonschema_gentypes/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ def long_description() -> str:
"jsonschema-gentypes = jsonschema_gentypes.cli:main",
]
},
package_data={"jsonschema_gentypes": ["py.typed"]},
)

0 comments on commit 3a67181

Please sign in to comment.