mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-24 15:01:36 +00:00
Update setup.py
This commit is contained in:
15
setup.py
15
setup.py
@@ -12,16 +12,17 @@ setuptools.setup(
|
|||||||
version=version,
|
version=version,
|
||||||
author="KnugiHK",
|
author="KnugiHK",
|
||||||
author_email="hello@knugi.com",
|
author_email="hello@knugi.com",
|
||||||
description="A Whatsapp database parser that will give you the "
|
description=("A Whatsapp database parser that will give you the "
|
||||||
"history of your Whatsapp conversations in HTML and JSON.",
|
"history of your Whatsapp conversations in HTML and JSON. "
|
||||||
|
"Android, iOS, iPadOS, Crypt12, Crypt14, Crypt15 supported."),
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
license="MIT",
|
license="MIT",
|
||||||
keywords=[
|
keywords=[
|
||||||
"android", "ios", "parsing", "history","iphone", "whatsapp", "message"
|
"android", "ios", "parsing", "history", "iphone", "message", "crypt15",
|
||||||
"customizable", "android-backup", "crypt12", "whatsapp-chat-exporter",
|
"customizable", "whatsapp", "android-backup", "messages", "crypt14",
|
||||||
"whatsapp-export", "whatsapp-database", "whatsapp-database-parser",
|
"crypt12", "whatsapp-chat-exporter", "whatsapp-export", "iphone-backup",
|
||||||
"whatsapp-conversations", "iphone-backup", "crypt14", "crypt15", "messages"
|
"whatsapp-database", "whatsapp-database-parser", "whatsapp-conversations"
|
||||||
],
|
],
|
||||||
platforms=["any"],
|
platforms=["any"],
|
||||||
url="https://github.com/KnugiHK/Whatsapp-Chat-Exporter",
|
url="https://github.com/KnugiHK/Whatsapp-Chat-Exporter",
|
||||||
@@ -44,7 +45,7 @@ setuptools.setup(
|
|||||||
"Topic :: Utilities",
|
"Topic :: Utilities",
|
||||||
"Topic :: Database"
|
"Topic :: Database"
|
||||||
],
|
],
|
||||||
python_requires='>=3.7',
|
python_requires='>=3.8',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'jinja2',
|
'jinja2',
|
||||||
'bleach'
|
'bleach'
|
||||||
|
|||||||
Reference in New Issue
Block a user