summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg20
1 files changed, 19 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 45661d0c..1ad83a05 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,8 +1,26 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
[metadata]
name = dovetail
-version = 0.9.0
+version = 2019.12
home-page = https://wiki.opnfv.org/display/dovetail
+[files]
+
+packages =
+ dovetail
+
+data_files =
+ /etc/dovetail = etc/*
+
+
[entry_points]
console_scripts =
dovetail = dovetail.cli.cli_base:cli