From 20976e85dcd3c4d450418a8ab3084815baa68621 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 6 Jul 2023 15:12:46 -0400 Subject: [PATCH] saw-remote-api: Don't hardcode version number in project description It's easy to forget to update this. In addition, the version number is specified elsewhere in the pyproject.toml file, so putting the version number in the description is redundant. Fixes #1888. --- saw-remote-api/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saw-remote-api/python/pyproject.toml b/saw-remote-api/python/pyproject.toml index a845325310..2a425480c8 100644 --- a/saw-remote-api/python/pyproject.toml +++ b/saw-remote-api/python/pyproject.toml @@ -2,7 +2,7 @@ name = "saw-client" version = "1.0.0" readme = "README.md" -description = "SAW client for the SAW 0.9 RPC server" +description = "SAW client for the SAW RPC server" authors = ["Galois, Inc. "] license = "BSD License" include = [