mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-20 13:11:15 +00:00
Some PEP8
This commit is contained in:
9
setup.py
9
setup.py
@@ -12,12 +12,13 @@ setuptools.setup(
|
||||
version=version,
|
||||
author="KnugiHK",
|
||||
author_email="info@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.",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/KnugiHK/Whatsapp-Chat-Exporter",
|
||||
packages=setuptools.find_packages(),
|
||||
package_data = {
|
||||
package_data={
|
||||
'': ['whatsapp.html']
|
||||
},
|
||||
classifiers=[
|
||||
@@ -38,7 +39,7 @@ setuptools.setup(
|
||||
install_requires=[
|
||||
'jinja2'
|
||||
],
|
||||
extras_require = {
|
||||
extras_require={
|
||||
'android_backup': ["pycryptodome"]
|
||||
},
|
||||
entry_points={
|
||||
@@ -46,4 +47,4 @@ setuptools.setup(
|
||||
"wtsexporter = Whatsapp_Chat_Exporter.__main__:main"
|
||||
]
|
||||
}
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user