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

- Force setuptools


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3185 b32b6428-25c9-4566-ad07-03861ab6144f
parent eb1bbf7e
No related branches found
No related tags found
No related merge requests found
Showing
with 60 additions and 0 deletions
......@@ -10,3 +10,6 @@ classifiers = ["Programming Language :: Python",
keywords = ["xaal", "conky"]
dependencies = ["xaal.lib", "xaal.monitor"]
[tool.setuptools.packages.find]
include = ["0.1"]
......@@ -17,3 +17,6 @@ dependencies = ["xaal.lib",
"mako",
"requests"]
[tool.setuptools.packages.find]
include = ["0.1"]
......@@ -12,3 +12,6 @@ dependencies = ["xaal.lib", "fuse-python", "rapidjson"]
[project.scripts]
xaal-mount = "xaal.fuse.mount:main"
[tool.setuptools.packages.find]
include = ["0.1"]
......@@ -22,3 +22,6 @@ xaal-querydb-legacy = "xaal.legacytools.querydb:main"
xaal-pkgrun-legacy = "xaal.legacytools.pkgrun:main"
xaal-uuidgen-legacy = "xaal.legacytools.uuidgen:main"
xaal-inspector-legacy = "xaal.legacytools.inspector:main"
[tool.setuptools.packages.find]
include = ["0.1"]
......@@ -10,3 +10,6 @@ classifiers = ["Programming Language :: Python",
keywords = ["xaal", "rest", "json"]
dependencies = ["xaal.lib", "bottle", "gevent", "gevent-websocket", "python-rapidjson"]
[tool.setuptools.packages.find]
include = ["0.1"]
......@@ -24,3 +24,6 @@ xaal-pkgrun = "xaal.tools.toolbox:pkgrun"
xaal-keygen = "xaal.tools.keygen:main"
xaal-uuidgen = "xaal.tools.uuidgen:main"
xaal-shell = "xaal.tools.toolbox:shell"
[tool.setuptools.packages.find]
include = ["0.4"]
......@@ -10,3 +10,6 @@ classifiers = ["Programming Language :: Python",
keywords = ["xaal", "metadata"]
dependencies = ["xaal.lib"]
[tool.setuptools.packages.find]
include = ["0.1"]
......@@ -10,3 +10,6 @@ classifiers = ["Programming Language :: Python",
keywords = ["xaal", "alexa"]
dependencies = ["xaal.lib", "xaal.schemas"]
[tool.setuptools.packages.find]
include = ["0.1"]
......@@ -10,3 +10,6 @@ classifiers = ["Programming Language :: Python",
keywords = ["xaal", "wemo", "alexa"]
dependencies = ["xaal.lib", "fauxmo", "nest_asyncio"]
[tool.setuptools.packages.find]
include = ["0.1"]
......@@ -10,3 +10,6 @@ classifiers = ["Programming Language :: Python",
keywords = ["xaal", "influxdb"]
dependencies = ["xaal.lib", "influxdb"]
[tool.setuptools.packages.find]
include = ["0.1"]
......@@ -10,3 +10,6 @@ classifiers = ["Programming Language :: Python",
keywords = ["xaal", "mqtt"]
dependencies = ["xaal.lib", "paho-mqtt"]
[tool.setuptools.packages.find]
include = ["0.1"]
......@@ -10,3 +10,6 @@ classifiers = ["Programming Language :: Python",
keywords = ["xaal", "warp10"]
dependencies = ["xaal.lib", "urllib3"]
[tool.setuptools.packages.find]
include = ["0.1"]
......@@ -10,3 +10,6 @@ classifiers = ["Programming Language :: Python",
keywords = ["xaal", "gtk", "notify"]
dependencies = ["xaal.lib", "pycairo", "PyGObject"]
[tool.setuptools.packages.find]
include = ["0.1"]
......@@ -10,3 +10,6 @@ classifiers = ["Programming Language :: Python",
keywords = ["xaal", "pushbullet"]
dependencies = ["xaal.lib", "pushbullet.py"]
[tool.setuptools.packages.find]
include = ["0.1"]
......@@ -10,3 +10,6 @@ classifiers = ["Programming Language :: Python",
keywords = ["xaal", "aqara"]
dependencies = ["xaal.lib", "gevent", "pycryptodomex"]
[tool.setuptools.packages.find]
include = ["0.1"]
......@@ -10,3 +10,6 @@ classifiers = ["Programming Language :: Python",
keywords = ["xaal", "esphome"]
dependencies = ["xaal.lib", "aioesphomeapi"]
[tool.setuptools.packages.find]
include = ["0.1"]
......@@ -10,3 +10,6 @@ classifiers = ["Programming Language :: Python",
keywords = ["xaal", "edisio"]
dependencies = ["xaal.lib", "gevent", "pyserial"]
[tool.setuptools.packages.find]
include = ["0.1"]
......@@ -10,3 +10,6 @@ classifiers = ["Programming Language :: Python",
keywords = ["xaal", "rf433"]
dependencies = ["xaal.lib", "pyserial"]
[tool.setuptools.packages.find]
include = ["0.1"]
......@@ -10,3 +10,6 @@ classifiers = ["Programming Language :: Python",
keywords = ["xaal", "homekit"]
dependencies = ["xaal.lib", "aiohomekit"]
[tool.setuptools.packages.find]
include = ["0.1"]
......@@ -10,3 +10,6 @@ classifiers = ["Programming Language :: Python",
keywords = ["xaal", "ipx-800"]
dependencies = ["xaal.lib", "gevent"]
[tool.setuptools.packages.find]
include = ["0.1"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment