diff options
author | Malfurious <m@lfurio.us> | 2024-02-14 01:23:45 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-02-14 01:23:45 -0500 |
commit | aa09111dcd13deb6ce725e551732bf8b45dffca3 (patch) | |
tree | 9a2acfefd99f4400bf0007aa2310265a89bae3f9 /tools/sploit/setup.py | |
parent | 873703dba8769c1d5f389d7246458ad0291c9237 (diff) | |
download | lib-des-gnux-aa09111dcd13deb6ce725e551732bf8b45dffca3.tar.gz lib-des-gnux-aa09111dcd13deb6ce725e551732bf8b45dffca3.zip |
Remove sploit tool
Sploit has been living on in another repository for the past year or so.
Remove the stale files from this repository.
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'tools/sploit/setup.py')
-rw-r--r-- | tools/sploit/setup.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/sploit/setup.py b/tools/sploit/setup.py deleted file mode 100644 index 5afa958..0000000 --- a/tools/sploit/setup.py +++ /dev/null @@ -1,7 +0,0 @@ -from setuptools import setup, find_packages -setup( - name='sploit', - version='0', - packages=find_packages(), - entry_points={"console_scripts":["sploit=sploit.main:main"]} - ) |