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

Fix dep


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3213 b32b6428-25c9-4566-ad07-03861ab6144f
parent a1fa179b
No related branches found
No related tags found
No related merge requests found
[project] [project]
name = "xaal.fuse" name = "xaal.fuse"
version = "0.2" version = "0.4"
description = "xAAL Fuse filesystem" description = "xAAL Fuse filesystem"
readme = "README.rst" readme = "README.rst"
authors = [ authors = [
...@@ -9,7 +9,7 @@ authors = [ ...@@ -9,7 +9,7 @@ authors = [
license = { text = "GPL License" } license = { text = "GPL License" }
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"] classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "tools"] keywords = ["xaal", "tools"]
dependencies = ["xaal.lib", "fuse-python", "rapidjson"] dependencies = ["xaal.lib", "xaal.monitor", "xaal.schemas", "fuse-python"]
[project.scripts] [project.scripts]
xaal-mount = "xaal.fuse.mount:main" xaal-mount = "xaal.fuse.mount:main"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment