forked from openatx/adbutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
29 lines (27 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
# https://docs.openstack.org/pbr/3.0.0/
#
[metadata]
name = adbutils
author = codeskyblue
author_email = [email protected]
summary = Pure Python Adb Library
license = MIT
# description-file = ABOUT.rst
home_page = https://github.com/openatx/adbutils
# 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
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Testing
[files]
#package-data =
# adbutils = binaries/*
[bdist_wheel]
universal = 0