kete: rename the script from tuhi-kete.py to tuhi_kete.py
Python doesn't like really much minus signs in file names, especially when you start importing the modules. Rename kete to tuhi_kete.py so it makes it easier to have other scripts in the tools folder to borrow code from kete.
This commit is contained in:
parent
00fbff37ab
commit
cc08607025
|
@ -127,7 +127,7 @@
|
||||||
"python3 setup.py install --verbose"
|
"python3 setup.py install --verbose"
|
||||||
],
|
],
|
||||||
"post-install": [
|
"post-install": [
|
||||||
"cp tools/tuhi-kete.py /app/lib/python3.6/site-packages/tuhi_kete.py",
|
"cp tools/tuhi_kete.py /app/lib/python3.6/site-packages/tuhi_kete.py",
|
||||||
"cp tools/tuhi-kete-sandboxed.py /app/bin/tuhi-kete",
|
"cp tools/tuhi-kete-sandboxed.py /app/bin/tuhi-kete",
|
||||||
"chmod +x /app/bin/tuhi-kete"
|
"chmod +x /app/bin/tuhi-kete"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue