Fix name of MySQL helper scripts
continuous-integration/drone the build failed Details

This commit is contained in:
Olivier 'reivilibre' 2021-09-05 19:44:03 +01:00
parent 1cc6f910fe
commit 5e69d2216e
1 changed files with 2 additions and 2 deletions

View File

@ -102,8 +102,8 @@ setup(
# py_modules=['mypackage'],
entry_points={
"console_scripts": [
"datman-helper-postgres-backup=datman_helper_postgres.backup:cli",
"datman-helper-postgres-restore=datman_helper_postgres.restore:cli",
"datman-helper-mysql-backup=datman_helper_mysql.backup:cli",
"datman-helper-mysql-restore=datman_helper_mysql.restore:cli",
],
},
install_requires=REQUIRED,