diff --git a/pyproject.toml b/pyproject.toml index 136de6e..4389e7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] -name = "elmo" +name = "econnect-python" dynamic = ["version"] description = 'API adapter used to control programmatically an Elmo alarm system' readme = "README.md" @@ -45,8 +45,8 @@ lint = [ ] all = [ - "elmo[dev]", - "elmo[lint]", + "econnect-python[dev]", + "econnect-python[lint]", ] [project.urls] @@ -59,3 +59,6 @@ path = "src/elmo/__about__.py" [tool.hatch.metadata] allow-direct-references = true + +[tool.pytest.ini_options] +pythonpath = "src"