summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorwenjuan dong <dong.wenjuan@zte.com.cn>2017-09-15 01:00:30 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-15 01:00:30 +0000
commit25759e0a0204765a7a9454d7586df66592e943c2 (patch)
tree0f94755b48a577d49d8d34708fb4ed43a553fef4 /setup.cfg
parent87da3b937f3130c49cc84608b49a1556fa3d2728 (diff)
parent44d1e135eced7afe13b8772a610ae5cdae310b68 (diff)
Merge "fix package path and move files under doctor_tests"
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 3 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index d294cf38..a9e8144c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,13 +1,11 @@
[metadata]
-name = doctor-test
+name = doctor-tests
version = 2017.9.0
home-page = https://wiki.opnfv.org/display/doctor/Doctor+Home
[files]
-packages = tests
-scripts =
- tests/run.sh
+packages = doctor_tests
[entry_points]
console_scripts =
- doctor-test = tests.main:main
+ doctor-test = doctor_tests.main:main