Merge pull request #55 from carver/type-export-bugfix

Fix the type annotations export, adding py.typed
This commit is contained in:
Jason Carver
2021-01-21 11:39:13 -08:00
committed by GitHub

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"