pip:version bump

This commit is contained in:
blue-devil
2020-02-22 23:21:01 +03:00
parent d12a0d1908
commit f40e429f4d
3 changed files with 28 additions and 10 deletions
+2 -1
View File
@@ -6,8 +6,8 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir="pip-%s" % get.srcVERSION()
@@ -16,3 +16,4 @@ def setup():
def install():
pythonmodules.install()
pisitools.dodoc("LICENSE*")