aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2014-07-01 16:54:25 -0400
committerDan Prince <dprince@redhat.com>2014-07-01 16:54:25 -0400
commit50290b0e45429c207a5640979f3b0eee7aabfe20 (patch)
treeb099344a07ec7bec47832a055c25d820313b49ae /setup.cfg
parenta58503a27b67571b8a534b43fc7e614b5557b64e (diff)
Add os-net-config CLI
Adds a new CLI which parses the JSON and calls the configured provider to apply the configuration.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index eeaca59..de15b03 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -23,6 +23,14 @@ classifier =
packages =
os_net_config
+[global]
+setup-hooks =
+ pbr.hooks.setup_hook
+
+[entry_points]
+console_scripts =
+ os-net-config = os_net_config.cli:main
+
[build_sphinx]
source-dir = doc/source
build-dir = doc/build