Skip to content

Commit 6dcde09

Browse files
authored
Update setup.py
1 parent 3d81d76 commit 6dcde09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
url="https://github.com/wearecaster/above",
77
author="Caster",
88
author_email="casterinfosec@gmail.com",
9-
scripts=['Above.py'],
9+
scripts=['above.py'],
1010
description="Autonomous network sniffer for finding network vulnerabilities",
1111
long_description=open('README.md').read(),
1212
long_description_content_type='text/markdown',
@@ -18,7 +18,7 @@
1818
'colorama',
1919
],
2020
entry_points={
21-
"console_scripts": ["above = Above:main"],
21+
"console_scripts": ["above = above:main"],
2222
},
2323

2424
python_requires='>=3.11',

0 commit comments

Comments
 (0)