Skip to content

Commit

Permalink
Create setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Fel-Fel authored Apr 10, 2024
1 parent 79cf324 commit 51d65aa
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

#!/usr/bin/python
try: from setuptools import setup
except:
print ('"setuptools" library is not found ! try installing . . .')
import os
os.system('pip install setuptools') # if not exists

finally: from setuptools import setup

setup(
name='felfel-framework',
version='1.0.1',
author='https://github.com/Fel-Fel',
author_email='felfel@onionmail.com',
description='fucking py3 script for generating reverse shells easily and automating the boring stuff like '
'setting up a listener & try to give shell from fucking systems. xd',
social_media = "404 not found.",
install_requires=['colorama',
'requests',
'ngrok',
'',
'',
'',
'',
'',
'',
'']
)

0 comments on commit 51d65aa

Please sign in to comment.