Restructure

Pacakge as a CLI application
This commit is contained in:
up-n-atom
2023-11-17 20:19:48 -05:00
parent 25c10e66e8
commit 12a196c449
11 changed files with 210 additions and 171 deletions
+17
View File
@@ -0,0 +1,17 @@
[metadata]
name = xmo-remote-client
version = 0.0.1
[options]
packages =
xmo
install_requires =
anyio
asyncclick
sagemcom_api
pyaml
[options.entry_points]
console_scripts =
xmo-remote-client = xmo.__main__:main