forked from alibaba/tidevice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
32 lines (29 loc) · 839 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
[metadata]
name = tidevice
author = 圣翔
author-email = codeskyblue@gmail.com
summary =
license = MIT
#description-file = README.md
home-page = https://github.com/alibaba/tidevice
# 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 =
tidevice
[extras]
# pyOpenSSL requires cryptography which only have cp36.whl on windows
openssl =
pyOpenSSL
pyasn1
[entry_points]
# https://docs.openstack.org/pbr/3.1.1/#entry-points
console_scripts =
tidevice = tidevice.__main__:main