forked from greghaynes/ursula-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
32 lines (28 loc) · 694 Bytes
/
setup.cfg
File metadata and controls
32 lines (28 loc) · 694 Bytes
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 = ursula-cli
version = 0.0.1
summary = ursula-cli: a CLI wrapper for ansible
description-file =
README.md
author = Craig Tracey
author-email = craigtracey@gmail.com
home-page = https://github.com/blueboxroup/ursula-cli
classifier =
Intended Audience :: Information Technology
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
ursula = ursula_cli.shell:main
[files]
packages =
ursula_cli
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source