mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-17 06:11:35 +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(
|
||||
name='slpkg',
|
||||
py_modules=['slpkg'],
|
||||
version='1.0.1,
|
||||
version='1.0.1',
|
||||
description="Python tool to manage Slackware packages",
|
||||
keywords=["slpkg", "upgrade", "install", "remove", "view", "slackpkg", "tool"],
|
||||
author="dslackw",
|
||||
|
|
Loading…
Reference in a new issue