1
1
[project ]
2
- name = " judge0-py "
2
+ name = " judge0"
3
3
version = " 0.0.1-rc1"
4
- description = " Python client library for Judge0."
4
+ description = " The official Python library for Judge0."
5
5
readme = " README.md"
6
6
requires-python = " >=3.9"
7
- authors = [
8
- {
name =
" Herman Zvonimir Došilović" ,
email =
" [email protected] " },
9
- {
name =
" Filip Karlo Došilović" ,
email =
" [email protected] " },
10
- ]
11
- maintainers = [
12
- {
name =
" Filip Karlo Došilović" ,
email =
" [email protected] " },
13
- ]
7
+ authors = [{
name =
" Judge0" ,
email =
" [email protected] " }]
14
8
license = { file = " LICENSE" }
15
9
classifiers = [
16
- " Development Status :: 2 - Pre-Alpha" ,
17
-
18
10
" Intended Audience :: Developers" ,
19
- " Topic :: Software Development :: Build Tools" ,
20
11
21
12
" License :: OSI Approved :: MIT License" ,
22
13
@@ -25,8 +16,17 @@ classifiers = [
25
16
" Programming Language :: Python :: 3.10" ,
26
17
" Programming Language :: Python :: 3.11" ,
27
18
" Programming Language :: Python :: 3.12" ,
19
+
20
+ " Operating System :: OS Independent" ,
21
+ " Operating System :: POSIX" ,
22
+ " Operating System :: MacOS" ,
23
+ " Operating System :: POSIX :: Linux" ,
24
+ " Operating System :: Microsoft :: Windows" ,
25
+
26
+ " Topic :: Software Development :: Libraries :: Python Modules" ,
27
+ " Typing :: Typed" ,
28
28
]
29
- dependencies = []
29
+ dependencies = [" requests>=2.32.3 " ]
30
30
31
31
[build-system ]
32
32
requires = [" setuptools>=70.0" ]
0 commit comments