Update comments

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-05-25 12:14:05 +03:00
parent 03e49a332e
commit 51dab58cee
3 changed files with 7 additions and 8 deletions

View file

@ -20,7 +20,7 @@
:target: https://github.com/dslackw/slpkg/issues
Slpkg v3.1.3
Slpkg v3.1.4
============
|
@ -79,8 +79,8 @@ Download latest release:
Required root privileges
$ tar xvf slpkg-3.1.3.tar.gz
$ cd slpkg-3.1.3
$ tar xvf slpkg-3.1.4.tar.gz
$ cd slpkg-3.1.4
$ ./install.sh
Installed as Slackware package
@ -111,9 +111,9 @@ Using pip:
Binary packages:
Slackware: `slpkg-3.1.3-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.1.3/slpkg-3.1.3-i486-1_dsw.txz>`_
Slackware: `slpkg-3.1.4-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.1.4/slpkg-3.1.4-i486-1_dsw.txz>`_
Slackware64: `slpkg-3.1.3-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.1.3/slpkg-3.1.3-x86_64-1_dsw.txz>`_
Slackware64: `slpkg-3.1.4-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.1.4/slpkg-3.1.4-x86_64-1_dsw.txz>`_
Optional dependencies

View file

@ -89,8 +89,7 @@ setup(
long_description=open("README.rst").read()
)
# Install man page and configuration files
# with pip.
# Install man page and configuration files with pip.
if "install" in sys.argv:
man_path = "/usr/man/man8/"
if not os.path.exists(man_path):

View file

@ -77,7 +77,7 @@ class MetaData(object):
__all__ = "slpkg"
__author__ = "dslackw"
__version_info__ = (3, 1, 3)
__version_info__ = (3, 1, 4)
__version__ = "{0}.{1}.{2}".format(*__version_info__)
__license__ = "GNU General Public License v3 (GPLv3)"
__email__ = "d.zlatanidis@gmail.com"