Skip to content

Commit 75cb23f

Browse files
authored
Merge branch 'master' into feature/or-none-method
2 parents b44fbde + 624370b commit 75cb23f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

annofabapi/py.typed

Whitespace-only changes.

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@
4343
"Topic :: Utilities",
4444
"Operating System :: OS Independent",
4545
],
46-
packages=find_packages(exclude=["tests"])
46+
packages=find_packages(exclude=["tests"]),
47+
package_data={
48+
"annofabapi": ["py.typed"]
49+
}
4750
)

0 commit comments

Comments
 (0)