Skip to content

Commit 9b1c915

Browse files
committed
Add .pyi file to distribution
1 parent 1ad37ee commit 9b1c915

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,9 @@
4343
python_requires = '>=3.6, <4',
4444
install_requires = REQUIREMENTS,
4545
package_dir = {'': 'src'},
46-
packages = find_packages('src')
46+
packages = find_packages('src'),
47+
package_data ={
48+
'SeleniumLibrary':
49+
['*.pyi']
50+
}
4751
)

0 commit comments

Comments
 (0)