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'],