From 2461bfbd110ca806cdce3a6ca844eaa646eb4831 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Sat, 5 Oct 2019 23:30:06 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3075614..a1e6e84 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open('requirements.txt') as fp: setup(name='pwnagotchi', version=pwnagotchi.version, - description='Pwnagotchi is a cute AI that eats WPA handshakes.', + description='(⌐■_■) - Deep Reinforcement Learning instrumenting bettercap for WiFI pwning.', author='evilsocket && the dev team', author_email='evilsocket@gmail.com', url='https://pwnagotchi.ai/',