Update setup.py

This commit is contained in:
KnugiHK
2023-05-05 14:03:40 +08:00
parent 69fdb61bae
commit 6bea8d07f4

View File

@@ -18,10 +18,10 @@ setuptools.setup(
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
license="MIT", license="MIT",
keywords=[ keywords=[
"android", "ios", "parsing", "history","iphone", "whatsapp" "android", "ios", "parsing", "history","iphone", "whatsapp", "message"
"customizable", "android-backup", "crypt12", "whatsapp-chat-exporter", "customizable", "android-backup", "crypt12", "whatsapp-chat-exporter",
"whatsapp-export", "whatsapp-database", "whatsapp-database-parser", "whatsapp-export", "whatsapp-database", "whatsapp-database-parser",
"whatsapp-conversations", "iphone-backup", "crypt14", "crypt15" "whatsapp-conversations", "iphone-backup", "crypt14", "crypt15", "messages"
], ],
platforms=["any"], platforms=["any"],
url="https://github.com/KnugiHK/Whatsapp-Chat-Exporter", url="https://github.com/KnugiHK/Whatsapp-Chat-Exporter",