diff --git a/pyproject.toml b/pyproject.toml index 7522915..a5c3804 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sms_handler" -version = "0.0.0" +version = "0.0.1" #dynamic = ["version"] description = "Listen to messages from the SMS Forwarder app on Android and send mail" readme = "README.md" @@ -25,7 +25,4 @@ packages = ["src/sms_handler"] [tool.uv] package = true -dev-dependencies = [ - "httpx>=0.28.0", - "pytest>=8.3.3", -] +dev-dependencies = ["httpx>=0.28.0", "pytest>=8.3.3"]