mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
fix setup
This commit is contained in:
parent
520fbdd484
commit
c01dcee936
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ from distutils.core import setup
|
||||||
setup(
|
setup(
|
||||||
name='slpkg',
|
name='slpkg',
|
||||||
py_modules=['slpkg'],
|
py_modules=['slpkg'],
|
||||||
version='1.0.1,
|
version='1.0.1',
|
||||||
description="Python tool to manage Slackware packages",
|
description="Python tool to manage Slackware packages",
|
||||||
keywords=["slpkg", "upgrade", "install", "remove", "view", "slackpkg", "tool"],
|
keywords=["slpkg", "upgrade", "install", "remove", "view", "slackpkg", "tool"],
|
||||||
author="dslackw",
|
author="dslackw",
|
||||||
|
|
Loading…
Reference in a new issue