Skip to content
Snippets Groups Projects
Commit cc5f82d2 authored by jkerdreu's avatar jkerdreu
Browse files

Switch to pyproject


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3179 b32b6428-25c9-4566-ad07-03861ab6144f
parent 600fae87
No related branches found
No related tags found
No related merge requests found
[project]
name = "xaal.tools"
version = "0.4"
description = "xAAL devices tools"
readme = "README.rst"
license = { text = "GPL License" }
authors = [
{ name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" },
]
classifiers = [
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
]
keywords = ["xaal", "tools"]
dependencies = ["xaal.lib", "colored==1.4.3"]
[project.scripts]
xaal-isalive = "xaal.tools.toolbox:is_alive"
xaal-info = "xaal.tools.toolbox:info"
xaal-walker = "xaal.tools.toolbox:walker"
xaal-dumper = "xaal.tools.toolbox:dumper"
xaal-log = "xaal.tools.toolbox:log"
xaal-querydb = "xaal.tools.toolbox:query_db"
xaal-cleandb = "xaal.tools.toolbox:clean_db"
xaal-send = "xaal.tools.toolbox:send"
xaal-tail = "xaal.tools.toolbox:tail"
xaal-pkgrun = "xaal.tools.toolbox:pkgrun"
xaal-keygen = "xaal.tools.keygen:main"
xaal-uuidgen = "xaal.tools.uuidgen:main"
xaal-shell = "xaal.tools.toolbox:shell"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment