Skip to content

Commit

Permalink
Merge pull request #12 from vladimir-chernykh/main
Browse files Browse the repository at this point in the history
Add `py.typed` to support type checkers
  • Loading branch information
nessshon authored Apr 25, 2024
2 parents 960e574 + 2aab0fd commit 161e127
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added pytonapi/py.typed
Empty file.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
package_data={
"": ["*py.typed"],
},
)

0 comments on commit 161e127

Please sign in to comment.