Add more alias to wtsexporter command

This commit is contained in:
KnugiHK
2023-06-20 14:58:44 +08:00
parent 6636210e4c
commit 1fb8588752

View File

@@ -62,7 +62,9 @@ setuptools.setup(
},
entry_points={
"console_scripts": [
"wtsexporter = Whatsapp_Chat_Exporter.__main__:main"
"wtsexporter = Whatsapp_Chat_Exporter.__main__:main",
"waexporter = Whatsapp_Chat_Exporter.__main__:main",
"whatsapp-chat-exporter = Whatsapp_Chat_Exporter.__main__:main"
]
}
)