We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc54d9 commit e4e29f8Copy full SHA for e4e29f8
setup.py
@@ -36,7 +36,7 @@
36
maintainer='Kazuaki Matsuo, Mykola Mokhnach, Mori Atsushi',
37
url='http://appium.io/',
38
package_data={'appium': ['webdriver/py.typed']},
39
- packages=find_packages(include=['appium']),
+ packages=find_packages(include=['appium*']),
40
license='Apache 2.0',
41
classifiers=[
42
'Development Status :: 5 - Production/Stable',
0 commit comments