You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
358 B
Python

from setuptools import setup
setup(
name='gtfo',
version='1.0',
url='https://medium.com/infosec-adventures',
author='https://github.com/t0thkr1s',
author_email='t0thkr1s@icoud.com',
description='Command-line program for GTFOBins. It helps you to bypass system security restrictions.',
install_requires=['colorama', 'pygments']
)