From 4bb465835f03f465cbc90b0cd35be185e28d425c Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Thu, 29 Jan 2026 17:38:03 +0800 Subject: fix: update Python version requirement and change README format --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b7640b5..8127035 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,10 +8,8 @@ dynamic = ["version"] description = "Minecraft Instances Manager" authors = [{ name = "HsiangNianian", email = "i@jyunko.cn" }] dependencies = [] -requires-python = ">=3.9" -readme.content-type = "text/x-rst" -readme.text = """ -""" +requires-python = ">=3.10" +readme.file = "README.md" license = { text = "MIT" } keywords = ["hydroroll"] classifiers = [ -- cgit v1.2.3-70-g09d2