From 8b5fb44ded31ab8eac2182849d35406643970877 Mon Sep 17 00:00:00 2001 From: csf123321 Date: Mon, 16 Mar 2026 16:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0uv=E7=AE=A1=E7=90=86=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/.python-version | 1 + backend/{run.py => main.py} | 0 backend/pyproject.toml | 7 +++++++ 3 files changed, 8 insertions(+) create mode 100644 backend/.python-version rename backend/{run.py => main.py} (100%) create mode 100644 backend/pyproject.toml diff --git a/backend/.python-version b/backend/.python-version new file mode 100644 index 0000000..2c07333 --- /dev/null +++ b/backend/.python-version @@ -0,0 +1 @@ +3.11 diff --git a/backend/run.py b/backend/main.py similarity index 100% rename from backend/run.py rename to backend/main.py diff --git a/backend/pyproject.toml b/backend/pyproject.toml new file mode 100644 index 0000000..aa95454 --- /dev/null +++ b/backend/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "backend" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.11" +dependencies = []