Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: add py.typed in package, add maintainers
  • Loading branch information
KazuCocoa committed May 9, 2020
commit aace9c13263c311ec2f37474be4bde84d691c8fb
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@
],
author='Isaac Murchie',
author_email='isaac@saucelabs.com',
maintainer='Kazuaki Matsuo, Mykola Mokhnach, Mori Atsushi',
url='http://appium.io/',
packages=find_packages(include=['appium*']),
package_data={'appium': ['webdriver/py.typed']},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Thanks, I missed this at #508.

packages=find_packages(include=['appium']),
license='Apache 2.0',
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down