File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
2
MIT License
3
3
4
- Copyright (c) 2020-2024 pxcs - EntySec
4
+ Copyright (c) 2020-2024 CappaX ( Sulaiman ) - EntySec
5
5
6
6
Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
of this software and associated documentation files (the "Software"), to deal
24
24
25
25
from setuptools import setup , find_packages
26
26
27
- setup (name = 'CrownTouchDown ' ,
28
- version = '8 .0.0' ,
27
+ setup (name = 'crowndown ' ,
28
+ version = '2 .0.0' ,
29
29
description = (
30
30
'CrownTouchDown is a exploitation framework for smartphone that exploits the'
31
31
' android && iOS debug bridge to remotely access an smartphone.'
32
32
),
33
- url = 'https://github.com/pxcs/CrownTouchDown ' ,
33
+ url = 'https://github.com/pxcs/crowndown ' ,
34
34
author = 'pxcs' ,
35
35
36
- license = 'MIT' ,
37
- python_requires = '>=3.7 .0' ,
36
+ license = 'MIT, OSL ' ,
37
+ python_requires = '>=3.9 .0' ,
38
38
packages = find_packages (),
39
39
include_package_data = True ,
40
40
entry_points = {
41
41
"console_scripts" : [
42
- "CrownTouchDown = CrownTouchDown :cli"
42
+ "crowndown = crowndown :cli"
43
43
]
44
44
},
45
45
install_requires = [
You can’t perform that action at this time.
0 commit comments