Skip to content

Commit 0a029d1

Browse files
committed
Update pyproject toml.
1 parent 124b0a2 commit 0a029d1

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pyproject.toml

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
11
[project]
2-
name = "judge0-py"
2+
name = "judge0"
33
version = "0.0.1-rc1"
4-
description = "Python client library for Judge0."
4+
description = "The official Python library for Judge0."
55
readme = "README.md"
66
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]" }]
148
license = { file = "LICENSE" }
159
classifiers = [
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]
3232
requires = ["setuptools>=70.0"]

0 commit comments

Comments
 (0)