diff options
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index fa61c1a..08aeb8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__" [project] name = "snekbox" -description = "HTTP REST API for sanboxed execution of arbitrary Python code." +description = "HTTP REST API for sandboxed execution of arbitrary Python code." readme = "README.md" license = {text = "MIT"} authors = [{name = "Python Discord", email = "[email protected]"}] |