fix package path and move files under doctor_tests
[doctor.git] / setup.cfg
index d294cf3..a9e8144 100644 (file)
--- 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