forked from openatx/uiautomator2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
27 lines (25 loc) · 828 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
[metadata]
name = uiautomator2
author = codeskyblue
author-email = codeskyblue@gmail.com
summary = Python Wrapper for Android UiAutomator2 test tool
license = MIT
description-file = ABOUT.rst
home-page = https://github.com/codeskyblue/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 :: 2.7
Programming Language :: Python :: 3
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Testing
[files]
packages =
uiautomator2
[entry_points]
# https://docs.openstack.org/pbr/3.1.1/#entry-points
console_scripts =
u2cli = uiautomator2.cli:main