diff --git a/Jenkinsfile b/Jenkinsfile index 1460814..dd10be4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,6 +20,7 @@ pipeline { stage("test") { steps { sh "pip install dist/*.whl" + sh "renamebycsv -h" } } stage("archive") { diff --git a/renamebycsv/renamebycsv.py b/renamebycsv/cli.py similarity index 100% rename from renamebycsv/renamebycsv.py rename to renamebycsv/cli.py diff --git a/setup.cfg b/setup.cfg index ca39691..35b0cf0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,4 +7,4 @@ packages = renamebycsv [options.entry_points] console_scripts = - renamebycsv = renamebycsv.renamebycsv:main \ No newline at end of file + renamebycsv = renamebycsv.cli:main \ No newline at end of file