We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb1a72 commit 808fdffCopy full SHA for 808fdff
1 file changed
pyproject.toml
@@ -1,10 +1,12 @@
1
[tool.poetry]
2
name = "oj"
3
version = "1.7.0"
4
-description = "Open source online judge based on Vue, Django and Docker"
+description = "Open source online judge system based on Python and Vue."
5
authors = ["virusdefender <virusdefender@outlook.com>"]
6
-license = "License :: OSI Approved :: MIT License"
+maintainers = ["Mikucat <admin@mikucat.me>"]
7
+license = "MIT"
8
readme = "README.md"
9
+repository = "https://github.com/QingdaoU/OnlineJudge"
10
11
[tool.poetry.dependencies]
12
python = "^3.8"
0 commit comments