1
2
mirror of https://github.com/openatx/uiautomator2 synced 2020-06-03 16:52:38 +00:00
uiautomator2/setup.cfg

37 lines
977 B
INI

[metadata]
name = uiautomator2
author = codeskyblue
author-email = codeskyblue@gmail.com
summary = Python Wrapper for Google Android UiAutomator2 test tool
license = MIT
description-file = ABOUT.rst
home-page = https://github.com/openatx/uiautomator2
# all classifier can be found in https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Operating System :: POSIX
Programming Language :: Python :: 3
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Testing
[files]
packages =
uiautomator2
# support: pip3 install uiautomator2[image]
[extras]
image =
scikit-image
imutils
findit
imageio~=2.8.0
imageio-ffmpeg~=0.4.0
websocket_client~=0.57.0
[entry_points]
# https://docs.openstack.org/pbr/3.1.1/#entry-points
console_scripts =
uiautomator2 = uiautomator2.__main__:main