From e1f160fc7c0c4bb749df0ac4f4a4539cb17cc152 Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Fri, 5 May 2023 13:53:11 +0800 Subject: [PATCH] Update setup.py --- setup.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8ea2068..05174a0 100644 --- a/setup.py +++ b/setup.py @@ -11,11 +11,19 @@ setuptools.setup( name="whatsapp-chat-exporter", version=version, author="KnugiHK", - author_email="info@knugi.com", + author_email="hello@knugi.com", description="A Whatsapp database parser that will give you the " "history of your Whatsapp conversations in HTML and JSON.", long_description=long_description, long_description_content_type="text/markdown", + license="MIT", + keywords=[ + "android", "ios", "parsing", "history","iphone", "whatsapp" + "customizable", "android-backup", "crypt12", "whatsapp-chat-exporter", + "whatsapp-export", "whatsapp-database", "whatsapp-database-parser", + "whatsapp-conversations", "iphone-backup", "crypt14", "crypt15" + ], + platforms=["any"], url="https://github.com/KnugiHK/Whatsapp-Chat-Exporter", packages=setuptools.find_packages(), package_data={