kete: rename the script from tuhi-kete.py to kete.py
Python doesn't really like minus signs in file names, especially when you start importing the modules. Rename kete from tuhi-kete.py to 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
7ff760dcbf
commit
e4e0a3b8aa
|
@ -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/kete.py /app/lib/python3.6/site-packages/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