Skip to content

Commit

Permalink
Merge pull request #30 from carver/actually-export-type-annotations
Browse files Browse the repository at this point in the history
Actually export type annotations
  • Loading branch information
carver committed Jan 21, 2021
2 parents f52238f + 4e7392b commit 4c3c57b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .project-template/fill_template_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Empty file added eth_hash/py.typed
Empty file.
1 change: 1 addition & 0 deletions newsfragments/28.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bugfix to export type annotations

0 comments on commit 4c3c57b

Please sign in to comment.