Skip to content

Commit 339fdba

Browse files
authored
add py.typed to package (#166)
* add py.typed to package * Update setup.cfg
1 parent 0856d30 commit 339fdba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ exclude =
5959
tests.*
6060
where=src
6161

62+
[options.package_data]
63+
scmrepo = py.typed
64+
6265
[flake8]
6366
ignore=
6467
E203, # Whitespace before ':'

0 commit comments

Comments
 (0)