Merge branch 'device-registry-port' of github.com:KCFeng425/Uni-Lab-OS into device-registry-port

This commit is contained in:
KCFeng425
2025-06-17 16:57:28 +08:00
10 changed files with 70 additions and 49 deletions

View File

@@ -17,6 +17,7 @@ setup(
entry_points={
'console_scripts': [
"unilab = unilabos.app.main:main",
"unilab-register = unilabos.app.register:main"
],
},
)