-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
31 lines (28 loc) · 985 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
[metadata]
name = charmhub-lp-tools
author = OpenStack Charmers
author_email = [email protected]
summary = Tools to configure and manage repositories and Launchpad builders.
description_file = README.md
description_content_type = text/markdown; charset=UTF-8
home_page = https://github.com/openstack-charmers/charmhub-lp-tools
project_urls =
Bug Tracker = https://github.com/openstack-charmers/charmhub-lp-tools/issues
Source Code = https://github.com/openstack-charmers/charmhub-lp-tools
license = Apache-2
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
keywords =
ci
launchpad
[files]
packages = charmhub_lp_tools
[entry_points]
console_scripts =
charmhub-lp-tool = charmhub_lp_tools.main:cli_main