diff --git a/pyproject.toml b/pyproject.toml index 12442b3..23ba43d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "spotiplayer-pi" version = "0.1.0" description = "" authors = ["Alessandro "] -readme = "README.md" +readme = "README.org" [tool.poetry.dependencies] python = "^3.11" @@ -18,6 +18,10 @@ pyyaml = "^6.0.2" pre-commit = "^4.0.1" ruff = "^0.9.0" +[tool.poetry.scripts] +run-tests = "unittest:main" + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" +