misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
Simone Margaritelli 2019-10-05 23:30:06 +02:00
parent d6b1e86333
commit 2461bfbd11
No known key found for this signature in database
GPG Key ID: 82E42E7F3B34C97E

View File

@ -11,7 +11,7 @@ with open('requirements.txt') as fp:
setup(name='pwnagotchi', setup(name='pwnagotchi',
version=pwnagotchi.version, 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='evilsocket && the dev team',
author_email='evilsocket@gmail.com', author_email='evilsocket@gmail.com',
url='https://pwnagotchi.ai/', url='https://pwnagotchi.ai/',