Add typing stub file

This commit is contained in:
Ethan Paul 2020-11-11 21:27:38 -05:00
parent 33e81f742a
commit b57b78d4e2
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF
2 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ packages = [
{include = "tox_poetry_installer"},
{include = "tests/*.py", format = "sdist"}
]
include = [
"tox_poetry_installer/py.typed"
]
keywords = ["tox", "poetry", "plugin"]
readme = "README.md"
classifiers = [

View File