summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-08-29 21:21:02 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2017-08-29 21:24:31 +0200
commite27f5ce3bf1f0e92ec713babffcd1402095c57e0 (patch)
tree20efb228e4306518e7388dc70854d8f8cab964a1 /setup.cfg
parent151a5d6db45763a4c130a37d69f120704fac8039 (diff)
Leverage on pbr (Python Build Reasonableness)
It also removes the exec right on mce-inject_ea and installs it in $PATH. requirements.txt is also created to install the abstract dependencies. Change-Id: I176df99d2f40e1910079f5efa3f28a8c170a922d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 00000000..3604adbd
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,9 @@
+[metadata]
+name = baro_tests
+version = 5
+home-page = https://wiki.opnfv.org/display/fastpath/Barometer+Home
+
+[files]
+packages = baro_tests
+scripts =
+ baro_tests/mce-inject_ea