diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..c4f8e7f --- /dev/null +++ b/pyproject.toml @@ -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"]