forked from openatx/uiautomator2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
36 lines (33 loc) · 998 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[metadata]
name = rctuiautomator2
author = shendezhou
author-email = [email protected]
summary = Python Wrapper for Google Android UiAutomator2 test tool
license = MIT
description-file = ABOUT.rst
home-page = https://github.com/rct-ai/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 =
rctuiautomator2
# support: pip3 install uiautomator2[image]
[extras]
image =
scikit-image
imutils
findit
imageio>=2.8.0,<3.0
imageio-ffmpeg>=0.4.2,<1.0
websocket_client>=0.57.0,<1.0
[entry_points]
# https://docs.openstack.org/pbr/3.1.1/#entry-points
console_scripts =
rctuiautomator2 = rctuiautomator2.__main__:main