Fix name of MySQL helper scripts
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
This commit is contained in:
parent
1cc6f910fe
commit
5e69d2216e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue