mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-13 08:15:14 +02:00
rename klo to ktx
This commit is contained in:
parent
1a42152e6f
commit
3ce510b55b
704 changed files with 10205 additions and 10255 deletions
6
python/ktx-daemon/tests/test_package.py
Normal file
6
python/ktx-daemon/tests/test_package.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from ktx_daemon import PACKAGE_NAME, VERSION
|
||||
|
||||
|
||||
def test_package_metadata() -> None:
|
||||
assert PACKAGE_NAME == "ktx-daemon"
|
||||
assert VERSION == "0.1.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue