From bc13d8923b5d2758dc3335d8d2b1212c6142dd27 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 20 Aug 2018 19:43:09 +0200 Subject: [PATCH] Adding long_description to PyPI upload script --- extra/shutils/pypi.sh | 3 ++- lib/core/settings.py | 2 +- txt/checksum.md5 | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/extra/shutils/pypi.sh b/extra/shutils/pypi.sh index dc82acbeb..c8712b558 100755 --- a/extra/shutils/pypi.sh +++ b/extra/shutils/pypi.sh @@ -25,7 +25,8 @@ from setuptools import setup, find_packages setup( name='sqlmap', version='$VERSION', - description="Automatic SQL injection and database takeover tool", + description='Automatic SQL injection and database takeover tool', + long_description='sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester and a broad range of switches lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections.', author='Bernardo Damele Assumpcao Guimaraes, Miroslav Stampar', author_email='bernardo@sqlmap.org, miroslav@sqlmap.org', url='https://sqlmap.org', diff --git a/lib/core/settings.py b/lib/core/settings.py index 2c700e8e7..d2e606b55 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -19,7 +19,7 @@ from lib.core.enums import DBMS_DIRECTORY_NAME from lib.core.enums import OS # sqlmap version (...) -VERSION = "1.2.8.10" +VERSION = "1.2.8.11" TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable" TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34} VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE) diff --git a/txt/checksum.md5 b/txt/checksum.md5 index 9ca0b4f33..7ad7e5e20 100644 --- a/txt/checksum.md5 +++ b/txt/checksum.md5 @@ -48,7 +48,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py 0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py a7db43859b61569b601b97f187dd31c5 lib/core/revision.py fcb74fcc9577523524659ec49e2e964b lib/core/session.py -4a7ac205b72dafaf6c89cc4a0a8459f4 lib/core/settings.py +fd4bb6f2f20b269d171bc215cc24a493 lib/core/settings.py dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py 5b7ff6f49ff3af62f8c12f74b6d49dd2 lib/core/target.py