Initial Commit
This commit is contained in:
21
pyproject.toml
Normal file
21
pyproject.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[project]
|
||||
name = "ble-bridge"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "J.P. Krauss", email = "jkrauss@asymworks.com" }
|
||||
]
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"aiohttp>=3.13.5",
|
||||
"aiohttp-sse>=2.2.0",
|
||||
"bleak>=3.0.1",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
ble-bridge = "ble_bridge:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["uv_build>=0.9.18,<0.10.0"]
|
||||
build-backend = "uv_build"
|
||||
Reference in New Issue
Block a user