From 8f4cfd47ee8be7a7341f16879548772a9693059c Mon Sep 17 00:00:00 2001 From: EthanC <16727756+EthanC@users.noreply.github.com> Date: Wed, 19 Jun 2024 17:24:10 -0500 Subject: [PATCH] Update project description --- README.md | 2 +- loguru_discord/__init__.py | 2 +- pyproject.toml | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4f089ce..a69c780 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/loguru-discord?label=Python) ![PyPI - Status](https://img.shields.io/pypi/status/loguru-discord?label=PyPI%20Status) ![PyPI - Downloads](https://img.shields.io/pypi/dm/loguru-discord?label=PyPI%20Downloads) -Lightweight, easy-to-use [Discord](https://discord.com/) sink for [Loguru](https://github.com/Delgan/loguru). +Lightweight sink for [Loguru](https://github.com/Delgan/loguru) that sends logs to [Discord](https://discord.com/) via webhook.
diff --git a/loguru_discord/__init__.py b/loguru_discord/__init__.py index d472ae0..27c3be1 100644 --- a/loguru_discord/__init__.py +++ b/loguru_discord/__init__.py @@ -1,5 +1,5 @@ """ -Lightweight, easy-to-use Discord sink for Loguru. +Lightweight sink for Loguru that sends logs to Discord via webhook. https://github.com/EthanC/Loguru-Discord """ diff --git a/pyproject.toml b/pyproject.toml index 5f63559..3018b3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,12 @@ [tool.poetry] name = "loguru-discord" -version = "1.3.0" -description = "Lightweight, easy-to-use Discord sink for Loguru." +version = "1.3.1" +description = "Lightweight sink for Loguru that sends logs to Discord via webhook." authors = ["EthanC <16727756+EthanC@users.noreply.github.com>"] +"repository" = "https://github.com/EthanC/Loguru-Discord" license = "MIT" readme = "README.md" -keywords = ["loguru", "discord", "logging", "logger", "sink"] +keywords = ["loguru", "discord", "logging", "webhook", "sink"] classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",