mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
updated for version 1.1.1
This commit is contained in:
parent
c80dc4c554
commit
c3be7283b2
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
Version 1.1.0
|
||||
|
||||
[Feature] - Added search from SBo and print link for download
|
||||
|
||||
[Updated] - Fix list print out
|
||||
|
||||
12-05-2014
|
||||
Version 1.0.9
|
||||
|
|
2
PKG-INFO
2
PKG-INFO
|
@ -1,6 +1,6 @@
|
|||
Metadata-Version: 1.1
|
||||
Name: slpkg
|
||||
Version: 1.1.0
|
||||
Version: 1.1.1
|
||||
Author: dslackw
|
||||
Author-email: d zlatanidis at gmail com
|
||||
Maintainer: dslackw
|
||||
|
|
|
@ -10,7 +10,7 @@ import argparse
|
|||
import subprocess
|
||||
|
||||
__author__ = "dslackw"
|
||||
__version__ = "1.1.0"
|
||||
__version__ = "1.1.1"
|
||||
__license__ = "GNU General Public License v3 (GPLv3)"
|
||||
|
||||
''' path file record '''
|
||||
|
|
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ from distutils.core import setup
|
|||
|
||||
setup(
|
||||
name = 'slpkg',
|
||||
version = "1.1.0",
|
||||
version = "1.1.1",
|
||||
description = "Python tool to manage Slackware packages",
|
||||
keywords = ["slackware", "slpkg", "upgrade", "install", "remove",
|
||||
"view", "slackpkg", "tool"],
|
||||
|
|
Loading…
Add table
Reference in a new issue