Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
casterbyte authored Nov 30, 2023
1 parent 3d81d76 commit 6dcde09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
url="https://github.com/wearecaster/above",
author="Caster",
author_email="[email protected]",
scripts=['Above.py'],
scripts=['above.py'],
description="Autonomous network sniffer for finding network vulnerabilities",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand All @@ -18,7 +18,7 @@
'colorama',
],
entry_points={
"console_scripts": ["above = Above:main"],
"console_scripts": ["above = above:main"],
},

python_requires='>=3.11',
Expand Down

0 comments on commit 6dcde09

Please sign in to comment.