Update README and setup.py

This commit is contained in:
KnugiHK
2021-07-10 21:11:49 +08:00
parent 18ee152688
commit b9f343cf2f
3 changed files with 25 additions and 3 deletions

View File

@@ -38,6 +38,9 @@ setuptools.setup(
install_requires=[
'jinja2'
],
extras_require = {
'android_backup': ["pycryptodome"]
},
entry_points={
"console_scripts": [
"wtsexporter = Whatsapp_Chat_Exporter.__main__:main"