Skip to content

Commit

Permalink
Merge pull request bartfeenstra#877 from bartfeenstra/py-typed
Browse files Browse the repository at this point in the history
Expose Betty as providing its own typing stubs
  • Loading branch information
bartfeenstra authored May 24, 2022
2 parents f7873ee + d2203d7 commit 76713d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Empty file added betty/py.typed
Empty file.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@
],
'include_package_data': True,
'package_data': {
'betty': list(map(str, get_data_paths()))
'betty': [
*list(map(str, get_data_paths())),
str(ROOT_DIRECTORY_PATH / 'betty' / 'py.typed'),
],
},
}

Expand Down

0 comments on commit 76713d9

Please sign in to comment.