diff --git a/pyproject.toml b/pyproject.toml index 48b11b7..9e22a7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "pydase" version = "0.1.0" -description = "" +description = "A flexible and robust Python library for creating, managing, and interacting with data services, with built-in support for web and RPC servers, and customizable features for diverse use cases." authors = ["Mose Mueller "] readme = "README.md" packages = [{ include = "pydase", from = "src" }]