Skip to content

Commit 3a8ce96

Browse files
authored
Update setup.py
1 parent 35b1cd2 commit 3a8ce96

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

setup.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
MIT License
33
4-
Copyright (c) 2020-2024 pxcs - EntySec
4+
Copyright (c) 2020-2024 CappaX ( Sulaiman ) - EntySec
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal
@@ -24,22 +24,22 @@
2424

2525
from setuptools import setup, find_packages
2626

27-
setup(name='CrownTouchDown',
28-
version='8.0.0',
27+
setup(name='crowndown',
28+
version='2.0.0',
2929
description=(
3030
'CrownTouchDown is a exploitation framework for smartphone that exploits the'
3131
' android && iOS debug bridge to remotely access an smartphone.'
3232
),
33-
url='https://github.com/pxcs/CrownTouchDown',
33+
url='https://github.com/pxcs/crowndown',
3434
author='pxcs',
3535
author_email='[email protected]',
36-
license='MIT',
37-
python_requires='>=3.7.0',
36+
license='MIT, OSL',
37+
python_requires='>=3.9.0',
3838
packages=find_packages(),
3939
include_package_data=True,
4040
entry_points={
4141
"console_scripts": [
42-
"CrownTouchDown = CrownTouchDown:cli"
42+
"crowndown = crowndown:cli"
4343
]
4444
},
4545
install_requires=[

0 commit comments

Comments
 (0)