Skip to content

Commit ff647fe

Browse files
authored
feat: add py.typed in setup.py (#1513)
1 parent ddb9919 commit ff647fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@
6363
"Topic :: Software Development :: Libraries :: Python Modules",
6464
],
6565
long_description=readme,
66-
package_data={"": ["LICENSE", "README.md"]},
66+
package_data={"": ["LICENSE", "README.md", "py.typed"]},
6767
include_package_data=True,
6868
)

0 commit comments

Comments
 (0)