From edf19c8f1ed1ef52469b0b339b59096db8cf381f Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Wed, 24 Jul 2024 16:32:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9(backend)=20update=20pyproject=20de?= =?UTF-8?q?scription?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Woopsi. I forgot to update the package description while bootstrapping the project. Fixed! --- src/backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 4489f5c0..adb9070b 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", ] -description = "An application to print markdown to pdf from a set of managed templates." +description = "A simple video and phone conferencing tool, powered by LiveKit" keywords = ["Django", "Contacts", "Templates", "RBAC"] license = { file = "LICENSE" } readme = "README.md"