From 3870fa7244f05e7b0ad5e9789820ff30609ca48b Mon Sep 17 00:00:00 2001 From: Caleb Ely Date: Thu, 26 Aug 2021 12:12:35 -0400 Subject: [PATCH] Include .pyi file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f7eb6d..547e330 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Caleb "] license = "MIT" readme="README.md" repository="https://github.com/le717/sys-vars" -include = ["py.typed"] +include = ["py.typed", "sys_vars.pyi"] classifiers = [ "Typing :: Typed" ]