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:
Benjamin Tissoires 2018-02-06 09:22:27 +01:00
parent 00fbff37ab
commit cc08607025
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/tuhi_kete.py /app/lib/python3.6/site-packages/tuhi_kete.py",
"cp tools/tuhi-kete-sandboxed.py /app/bin/tuhi-kete",
"chmod +x /app/bin/tuhi-kete"
]