From 808fdff64c0a7f883ffa13de632cea797e878e2f Mon Sep 17 00:00:00 2001 From: Mikucat Date: Fri, 9 Feb 2024 23:34:22 +0800 Subject: [PATCH] chore: update pyproject.toml info --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 74a04a12c..be5dcf64a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,12 @@ [tool.poetry] name = "oj" version = "1.7.0" -description = "Open source online judge based on Vue, Django and Docker" +description = "Open source online judge system based on Python and Vue." authors = ["virusdefender "] -license = "License :: OSI Approved :: MIT License" +maintainers = ["Mikucat "] +license = "MIT" readme = "README.md" +repository = "https://github.com/QingdaoU/OnlineJudge" [tool.poetry.dependencies] python = "^3.8"