forked from lfit/releng-lftools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
48 lines (44 loc) · 1.25 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
[metadata]
name = lftools
author = LF Releng
author_email = [email protected]
summary = Linux Foundation Release Engineering Tools
description_file = README.md
description_content_type = text/x-rst; charset=UTF-8
home_page = https://docs.releng.linuxfoundation.org/projects/lftools
project_urls =
Bug Tracker = https://jira.linuxfoundation.org
Documentation = https://docs.releng.linuxfoundation.org/projects/lftools
Source Code = https://github.com/lfit/releng-lftools
license = EPL-1.0
classifier =
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Eclipse Public License 1.0 (EPL-1.0)
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[wheel]
universal = 1
[extras]
ldap =
python-ldap~=3.1.0
openstack =
osc-lib~=2.2.0
shade~=1.27.1
[files]
packages = lftools
scripts =
shell/deploy
shell/gerrit_create
shell/inactivecommitters
shell/sign
shell/version
shell/yaml4info
shell/autocorrectinfofile
[entry_points]
console_scripts =
lftools = lftools.cli:main