Skip to content

Commit

Permalink
Update project description
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanC committed Jun 19, 2024
1 parent 6fea466 commit 8f4cfd4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<p align="center">
<img src="https://i.imgur.com/aS7wt4c.png" draggable="false">
Expand Down
2 changes: 1 addition & 1 deletion loguru_discord/__init__.py
Original file line number Diff line number Diff line change
@@ -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
"""
Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
"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",
Expand Down

0 comments on commit 8f4cfd4

Please sign in to comment.