Browse Source

Dummy client config - more config

zvecr 3 years ago
parent
commit
f3f9b2b08c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      lib/python/xap_client/pyproject.toml

+ 4 - 0
lib/python/xap_client/pyproject.toml

@@ -5,3 +5,7 @@ version = "0.0.0"
 dependencies = [
 dependencies = [
     "hid ~= 1.0.5",
     "hid ~= 1.0.5",
 ]
 ]
+
+[tool.setuptools]
+packages = ['xap_client']
+package-dir = { 'xap_client' = '.' }