Skip to content

Commit e4e29f8

Browse files
authored
fix: broken package (appium#545)
* add appium/webdriver/py.typed in find_packages * fix
1 parent dcc54d9 commit e4e29f8

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
@@ -36,7 +36,7 @@
3636
maintainer='Kazuaki Matsuo, Mykola Mokhnach, Mori Atsushi',
3737
url='http://appium.io/',
3838
package_data={'appium': ['webdriver/py.typed']},
39-
packages=find_packages(include=['appium']),
39+
packages=find_packages(include=['appium*']),
4040
license='Apache 2.0',
4141
classifiers=[
4242
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)