From b57b78d4e28c5bead3a47e54ff59afc27d777f2c Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Wed, 11 Nov 2020 21:27:38 -0500 Subject: [PATCH] Add typing stub file --- pyproject.toml | 3 +++ tox_poetry_installer/py.typed | 0 2 files changed, 3 insertions(+) create mode 100644 tox_poetry_installer/py.typed diff --git a/pyproject.toml b/pyproject.toml index 6fec911..a5388fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ diff --git a/tox_poetry_installer/py.typed b/tox_poetry_installer/py.typed new file mode 100644 index 0000000..e69de29