diff options
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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 |