diff options
author | 2022-05-31 14:49:05 -0700 | |
---|---|---|
committer | 2022-05-31 14:49:05 -0700 | |
commit | c2961a3b5d061904c7846c32af0d98cdfd3d9692 (patch) | |
tree | 70b0aa30c9632df48f7d1d14b363cf4b4fd69058 | |
parent | CI: fix container entrypoint when running tests (diff) |
Fix typo in project description
-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]"}] |