mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated description
This commit is contained in:
parent
e3eb28bc13
commit
f0653eae35
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ setup(
|
||||||
packages=['slpkg', 'slpkg/models', 'slpkg/views'],
|
packages=['slpkg', 'slpkg/models', 'slpkg/views'],
|
||||||
scripts=['bin/slpkg'],
|
scripts=['bin/slpkg'],
|
||||||
version=Version.version,
|
version=Version.version,
|
||||||
description='Package manager for Slackware installations',
|
description='Packaging tool that interacts with the SBo repository',
|
||||||
long_description=open('README.rst').read(),
|
long_description=open('README.rst').read(),
|
||||||
keywords=['slackware', 'slpkg', 'update', 'build', 'install', 'remove',
|
keywords=['slackware', 'slpkg', 'update', 'build', 'install', 'remove',
|
||||||
'slackpkg', 'tool'],
|
'slackpkg', 'tool'],
|
||||||
|
|
Loading…
Reference in a new issue