From ba2a88067a0f7dae1528ec76ec721bad9d1db24f Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Sun, 18 Jun 2023 14:36:15 +0800 Subject: [PATCH] Update setup.py --- setup.py | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/setup.py b/setup.py index deb99cf..837e985 100644 --- a/setup.py +++ b/setup.py @@ -12,16 +12,17 @@ setuptools.setup( version=version, author="KnugiHK", author_email="hello@knugi.com", - description="A Whatsapp database parser that will give you the " - "history of your Whatsapp conversations in HTML and JSON.", + description=("A Whatsapp database parser that will give you the " + "history of your Whatsapp conversations in HTML and JSON. " + "Android, iOS, iPadOS, Crypt12, Crypt14, Crypt15 supported."), long_description=long_description, long_description_content_type="text/markdown", license="MIT", keywords=[ - "android", "ios", "parsing", "history","iphone", "whatsapp", "message" - "customizable", "android-backup", "crypt12", "whatsapp-chat-exporter", - "whatsapp-export", "whatsapp-database", "whatsapp-database-parser", - "whatsapp-conversations", "iphone-backup", "crypt14", "crypt15", "messages" + "android", "ios", "parsing", "history", "iphone", "message", "crypt15", + "customizable", "whatsapp", "android-backup", "messages", "crypt14", + "crypt12", "whatsapp-chat-exporter", "whatsapp-export", "iphone-backup", + "whatsapp-database", "whatsapp-database-parser", "whatsapp-conversations" ], platforms=["any"], url="https://github.com/KnugiHK/Whatsapp-Chat-Exporter", @@ -44,7 +45,7 @@ setuptools.setup( "Topic :: Utilities", "Topic :: Database" ], - python_requires='>=3.7', + python_requires='>=3.8', install_requires=[ 'jinja2', 'bleach'