Skip to content

Commit af83bba

Browse files
fix: Move py.typed to the hierarchy root (#751)
1 parent c0b80dc commit af83bba

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
author_email='isaac@saucelabs.com',
3030
maintainer='Kazuaki Matsuo, Mykola Mokhnach, Mori Atsushi',
3131
url='http://appium.io/',
32-
package_data={'appium': ['webdriver/py.typed']},
32+
package_data={'appium': ['py.typed']},
3333
packages=find_packages(include=['appium*']),
3434
license='Apache 2.0',
3535
classifiers=[

0 commit comments

Comments
 (0)