11[project ]
2- name = " judge0-py "
2+ name = " judge0"
33version = " 0.0.1-rc1"
4- description = " Python client library for Judge0."
4+ description = " The official Python library for Judge0."
55readme = " README.md"
66requires-python = " >=3.9"
7- authors = [
8- { name = " Herman Zvonimir Došilović" , email = " hermanz.dosilovic@gmail.com" },
9- { name = " Filip Karlo Došilović" , email = " filipk.dosilovic@gmail.com" },
10- ]
11- maintainers = [
12- { name = " Filip Karlo Došilović" , email = " filipk.dosilovic@gmail.com" },
13- ]
7+ authors = [{ name = " Judge0" , email = " support@judge0.com" }]
148license = { file = " LICENSE" }
159classifiers = [
16- " Development Status :: 2 - Pre-Alpha" ,
17-
1810 " Intended Audience :: Developers" ,
19- " Topic :: Software Development :: Build Tools" ,
2011
2112 " License :: OSI Approved :: MIT License" ,
2213
@@ -25,8 +16,17 @@ classifiers = [
2516 " Programming Language :: Python :: 3.10" ,
2617 " Programming Language :: Python :: 3.11" ,
2718 " 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" ,
2828]
29- dependencies = []
29+ dependencies = [" requests>=2.32.3 " ]
3030
3131[build-system ]
3232requires = [" setuptools>=70.0" ]
0 commit comments