mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-09-05 02:39:11 +02:00
Add more alias to wtsexporter command
This commit is contained in:
@@ -62,7 +62,9 @@ setuptools.setup(
|
|||||||
},
|
},
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": [
|
"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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user