Fix the type annotations export, adding py.typed

Fixes https://github.com/ethereum/ethereum-python-project-template/issues/30
This commit is contained in:
Jason Carver
2021-01-21 11:35:29 -08:00
parent cbfedb60e0
commit 1410bcb220

View File

@ -47,3 +47,4 @@ _replace "s/<SHORT_DESCRIPTION>/$SHORT_DESCRIPTION/g"
mkdir -p "$PROJECT_ROOT/$MODULE_NAME"
touch "$PROJECT_ROOT/$MODULE_NAME/__init__.py"
touch "$PROJECT_ROOT/$MODULE_NAME/py.typed"