Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit fd796a7

Browse files
committed
Include type hints to python package
1 parent 50e41bc commit fd796a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

python/template-setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
package_dir={
2828
'': 'src'
2929
},
30-
python_requires='>=3.6',
30+
package_data={
31+
'': ['py.typed', '**/*.pyi']
32+
},
33+
python_requires='>=3.8',
3134
project_urls={
3235
'Speechly': 'https://www.speechly.com/',
3336
'Source': 'https://github.com/speechly/api'

0 commit comments

Comments
 (0)