Add pyproject.toml
This commit is contained in:
parent
fd08cab24e
commit
4d35774a9a
11
pyproject.toml
Normal file
11
pyproject.toml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["setuptools]
|
||||||
|
build-backends = "setuptools.build_meta"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name = "enclave_shelly"
|
||||||
|
version = "1.0.0"
|
||||||
|
dependencies = ["aiohttp"]
|
||||||
|
|
||||||
|
[tool.setuptools.packages.find]
|
||||||
|
where = ["./enclave_shelly"]
|
||||||
Loading…
x
Reference in New Issue
Block a user