This commit is contained in:
2021-09-05 16:31:16 +08:00
parent f8ed923d43
commit efea11a237

View File

@@ -14,7 +14,7 @@ else:
params = {
"install_requires": ["pyyaml"],
'entry_points': {
'console_scripts': ['game-backuper = game_backuper:main']
'console_scripts': ['game-backuper = game_backuper:start']
}
}
setup(