From ef3375c3c6d7e3f6d926c8b51aac0527e948b071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nut=CC=A6iu?= Date: Sun, 28 May 2017 14:52:42 +0300 Subject: [PATCH] Updating setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f700119..5e85c53 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ long_description = open("README.md").read() setup( name="scoreboard-benchmark", - version="2.5", + version="2.6", packages=find_packages(), long_description=long_description, install_requires=[ @@ -35,6 +35,6 @@ setup( author_email="denis.nutiu@gmail.com", description="This is a simple web applications that displays scores", license="GPLv3", - keywords="flask benchmark scores ", + keywords="flask benchmark scores scoreboard", url="N/a", )