There was an error while loading. Please reload this page.
1 parent 4e55505 commit 5d178daCopy full SHA for 5d178da
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