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"