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 0abc021 commit 75e7b6eCopy full SHA for 75e7b6e
setup.py
@@ -33,8 +33,10 @@
33
],
34
author='Isaac Murchie',
35
author_email='isaac@saucelabs.com',
36
+ maintainer='Kazuaki Matsuo, Mykola Mokhnach, Mori Atsushi',
37
url='http://appium.io/',
- packages=find_packages(include=['appium*']),
38
+ package_data={'appium': ['webdriver/py.typed']},
39
+ packages=find_packages(include=['appium']),
40
license='Apache 2.0',
41
classifiers=[
42
'Development Status :: 5 - Production/Stable',
0 commit comments