Skip to content

Commit 261eed8

Browse files
author
Vivien Maisonneuve
committed
Include type stubs in package
1 parent a9b5592 commit 261eed8

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
@@ -23,7 +23,7 @@ def read(file_name):
2323
long_description_content_type='text/markdown',
2424
packages=['magic'],
2525
package_data={
26-
'magic': ['py.typed'],
26+
'magic': ['py.typed', '__init__.pyi'],
2727
},
2828
keywords="mime magic file",
2929
license="MIT",

0 commit comments

Comments
 (0)