From 746cd66b356fb0cf09f9770e825ac72bf37defd5 Mon Sep 17 00:00:00 2001 From: Flowseal Date: Tue, 7 Apr 2026 17:15:30 +0300 Subject: [PATCH] build fixes --- Dockerfile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b0d9462..634ccc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN apt-get update \ WORKDIR /app COPY --from=builder /opt/venv /opt/venv COPY proxy ./proxy -COPY README.md LICENSE ./ +COPY docs/README.md LICENSE ./ USER app diff --git a/pyproject.toml b/pyproject.toml index 607ecce..2ae0a0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "tg-ws-proxy" dynamic=["version"] description = "Telegram Desktop WebSocket Bridge Proxy" -readme = "README.md" +readme = "docs/README.md" requires-python = ">=3.8" license = { name = "MIT", file = "LICENSE" }