mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-05 01:15:19 +00:00
12 lines
196 B
TOML
12 lines
196 B
TOML
[project]
|
|
name = "xap_client"
|
|
description = "XAP Client"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"hid ~= 1.0.5",
|
|
]
|
|
|
|
[tool.setuptools]
|
|
packages = ['xap_client']
|
|
package-dir = { 'xap_client' = '.' }
|