Update Python shebang to version 3 and enhance pspec.xml with UTF-8 encoding, multilingual summaries, and version bump to 1.1.20

This commit is contained in:
Erkan IŞIK
2026-07-05 00:39:48 +03:00
parent f2679ca7e4
commit b35111b2a0
2 changed files with 17 additions and 7 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
@@ -13,3 +13,4 @@ def build():
def install():
pythonmodules.run("-m installer --destdir='%s' dist/*.whl" % get.installDIR(), pyVer="3")