Skip to content

Commit

Permalink
Indicate type hint support with a py.typed file
Browse files Browse the repository at this point in the history
  • Loading branch information
asfaltboy committed Feb 3, 2021
1 parent 20e0c6f commit 36161d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added isort/py.typed
Empty file.
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -34,6 +34,7 @@ urls = { Changelog = "https://github.com/pycqa/isort/blob/master/CHANGELOG.md" }
packages = [
{ include = "isort" },
]
package_data = { black = ["py.typed"]}
include = [
{ path = "tests", format = "sdist" },
]
Expand Down

0 comments on commit 36161d7

Please sign in to comment.