summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
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