Adding description to pyproject.toml

This commit is contained in:
Mose Müller 2023-08-02 15:40:23 +02:00
parent bf9753d542
commit 58053b6ef7

View File

@ -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 <mosmuell@ethz.ch>"]
readme = "README.md"
packages = [{ include = "pydase", from = "src" }]