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.
pull/77/head
Benjamin Tissoires 2018-02-13 20:01:56 +01:00 committed by Peter Hutterer
parent 7ff760dcbf
commit e4e0a3b8aa
2 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
"python3 setup.py install --verbose"
],
"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",
"chmod +x /app/bin/tuhi-kete"
]