Skip to content

Commit 75e7b6e

Browse files
authored
chore: add py.typed in package, add maintainers (#538)
1 parent 0abc021 commit 75e7b6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@
3333
],
3434
author='Isaac Murchie',
3535
author_email='isaac@saucelabs.com',
36+
maintainer='Kazuaki Matsuo, Mykola Mokhnach, Mori Atsushi',
3637
url='http://appium.io/',
37-
packages=find_packages(include=['appium*']),
38+
package_data={'appium': ['webdriver/py.typed']},
39+
packages=find_packages(include=['appium']),
3840
license='Apache 2.0',
3941
classifiers=[
4042
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)