From f0653eae35d646e4149a53ce59be01e08847b418 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sun, 19 Jun 2022 21:43:07 +0300 Subject: [PATCH] Updated description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c298173e..14e97407 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( packages=['slpkg', 'slpkg/models', 'slpkg/views'], scripts=['bin/slpkg'], version=Version.version, - description='Package manager for Slackware installations', + description='Packaging tool that interacts with the SBo repository', long_description=open('README.rst').read(), keywords=['slackware', 'slpkg', 'update', 'build', 'install', 'remove', 'slackpkg', 'tool'],