Skip to content

Commit

Permalink
Merge pull request #46 from jonemo/master
Browse files Browse the repository at this point in the history
Add py.typed marker file (as defined by PEP 561)
  • Loading branch information
kazhala committed May 19, 2022
2 parents fc9cfc7 + c521d0a commit e69ab82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions InquirerPy/py.typed
@@ -0,0 +1 @@
# Marker file for PEP 561. The InquirerPy package uses inline types.
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -28,6 +28,7 @@ classifiers = [
packages = [
{include = "InquirerPy"}
]
include = ["InquirerPy/py.typed"]

[tool.poetry.dependencies]
python = "^3.7"
Expand Down

0 comments on commit e69ab82

Please sign in to comment.