mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
fix expected an indented block
This commit is contained in:
parent
521d5fa2ce
commit
1053510656
7 changed files with 11 additions and 5 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/dist
|
|
@ -1,3 +1,8 @@
|
|||
17-07-2014
|
||||
Version 1.5.7
|
||||
|
||||
[Updated] - Fix IndentationError: expected an indented block
|
||||
|
||||
17-07-2014
|
||||
Version 1.5.6
|
||||
|
||||
|
|
2
PKG-INFO
2
PKG-INFO
|
@ -1,6 +1,6 @@
|
|||
Metadata-Version: 1.1
|
||||
Name: slpkg
|
||||
Version: 1.5.6
|
||||
Version: 1.5.7
|
||||
Author: dslackw
|
||||
Author-email: d zlatanidis at gmail com
|
||||
Maintainer: dslackw
|
||||
|
|
0
slackbuild/doinst.sh
Executable file → Normal file
0
slackbuild/doinst.sh
Executable file → Normal file
|
@ -1,6 +1,6 @@
|
|||
Metadata-Version: 1.1
|
||||
Name: slpkg
|
||||
Version: 1.5.6
|
||||
Version: 1.5.7
|
||||
Author: dslackw
|
||||
Author-email: d zlatanidis at gmail com
|
||||
Maintainer: dslackw
|
||||
|
|
0
slpkg/__init__.py
Executable file → Normal file
0
slpkg/__init__.py
Executable file → Normal file
|
@ -49,7 +49,7 @@ import subprocess
|
|||
|
||||
|
||||
__author__ = "dslackw"
|
||||
__version_info__ = (1, 5, 6)
|
||||
__version_info__ = (1, 5, 7)
|
||||
__version__ = "{0}.{1}.{2}".format(*__version_info__)
|
||||
__license__ = "GNU General Public License v3 (GPLv3)"
|
||||
__email__ = "d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue