Skip to content

Commit

Permalink
feat: add py.typed marker file for PEP-561 support
Browse files Browse the repository at this point in the history
  • Loading branch information
PrettyWood committed Jan 20, 2021
1 parent f1d33af commit f25606c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10"
"Programming Language :: Python :: 3.10",
"Typing :: Typed"
]
include = ["typingx/py.typed"]

[tool.poetry.dependencies]
python = "^3.6.1"
Expand Down
Empty file added typingx/py.typed
Empty file.

0 comments on commit f25606c

Please sign in to comment.