Update setup.py

main
witchdocsec 2024-05-24 23:55:58 +01:00 committed by GitHub
parent 788397a0d0
commit 75b1f05ba8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ here = os.path.abspath(os.path.dirname(__file__))
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh: with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
long_description = "\n" + fh.read() long_description = "\n" + fh.read()
VERSION = '0.2.02' VERSION = '0.2.091'
DESCRIPTION = 'Send malicious pickles via requests or sockets' DESCRIPTION = 'Send malicious pickles via requests or sockets'
LONG_DESCRIPTION = 'A package that allows the user to easily send out malicious pickles, via web requests, or a malicious server or client(currently ipv4 only)' LONG_DESCRIPTION = 'A package that allows the user to easily send out malicious pickles, via web requests, or a malicious server or client(currently ipv4 only)'