From 1410bcb22028fc92b9dec180cc88571742eac2c2 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Thu, 21 Jan 2021 11:35:29 -0800 Subject: [PATCH] Fix the type annotations export, adding py.typed Fixes https://github.com/ethereum/ethereum-python-project-template/issues/30 --- .project-template/fill_template_vars.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.project-template/fill_template_vars.sh b/.project-template/fill_template_vars.sh index c9cb8261..250f5512 100755 --- a/.project-template/fill_template_vars.sh +++ b/.project-template/fill_template_vars.sh @@ -47,3 +47,4 @@ _replace "s//$SHORT_DESCRIPTION/g" mkdir -p "$PROJECT_ROOT/$MODULE_NAME" touch "$PROJECT_ROOT/$MODULE_NAME/__init__.py" +touch "$PROJECT_ROOT/$MODULE_NAME/py.typed"