diff --git a/setup.py b/setup.py index 837e985..5294eb3 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,10 @@ setuptools.setup( 'crypt12': ["pycryptodome"], 'crypt14': ["pycryptodome"], 'crypt15': ["pycryptodome", "javaobj-py3"], - 'ios_backup': [' iphone-backup-decrypt @ git+https://github.com/KnugiHK/iphone_backup_decrypt.git'] + 'ios_backup': ['iphone-backup-decrypt @ git+https://github.com/KnugiHK/iphone_backup_decrypt.git'], + 'all': ["pycryptodome", "javaobj-py3", 'iphone-backup-decrypt @ git+https://github.com/KnugiHK/iphone_backup_decrypt.git'], + 'everything': ["pycryptodome", "javaobj-py3", 'iphone-backup-decrypt @ git+https://github.com/KnugiHK/iphone_backup_decrypt.git'], + 'backup': ["pycryptodome", "javaobj-py3", 'iphone-backup-decrypt @ git+https://github.com/KnugiHK/iphone_backup_decrypt.git'] }, entry_points={ "console_scripts": [