diff --git a/setup.py b/setup.py index af63760..fd7f83c 100644 --- a/setup.py +++ b/setup.py @@ -54,6 +54,7 @@ dependency_links = [ setup( name="pwncat", version="0.3.1", + python_requires='>=3.8', description="A fancy reverse and bind shell handler", author="Caleb Stewart", url="https://gitlab.com/calebstewart/pwncat",