Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ENV LOG_DIRECTORY="${LOG_DIRECTORY}" \
WORKDIR ${WORKDIR}

RUN set -ex && \
apk upgrade --no-cache zlib && \
apk add --no-cache ca-certificates curl && \
curl --proto '=https' -LsSf https://astral.sh/uv/install.sh | sh && \
addgroup -g 1000 botuser && \
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "DiscordBot"
version = "3.0.8"
description = "A simple Discord bot with OpenAI support and server administration tools"
urls.Repository = "https://github.com/ddc/DiscordBot"
urls.Homepage = "https://github.com/ddc/DiscordBot"
urls.Homepage = "https://ddc.github.io/DiscordBot"
license = { text = "MIT" }
readme = "README.md"
authors = [
Expand All @@ -14,8 +14,8 @@ maintainers = [
]
keywords = [
"python", "python3", "python-3",
"DiscordBot", "discord-bots", "bot",
"discord-py", "discord"
"DiscordBot", "discord-bot", "bot",
"discord-py", "discord-py-bot", "discord"
]
classifiers = [
"Topic :: Communications :: Chat",
Expand Down
Loading