From e02a2b820fd8b2ef0c95de1381261050c52e2469 Mon Sep 17 00:00:00 2001 From: j5155 <54331556+j5155@users.noreply.github.com> Date: Tue, 7 May 2024 12:27:04 -0800 Subject: [PATCH] Description change for name consistency --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 591d3f6..6f5fa2d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Rev Hardware Client (Community version) +# Rev Hardware Client (Community Edition) The REV Hub Interface is a piece of software allowing for a direct connection from a REV Expansion Hub and its peripherals to a PC. diff --git a/pyproject.toml b/pyproject.toml index 51f8745..b45a6ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "REVHubInterface" dynamic = ["dependencies", "version"] # TODO make dynamic https://pypi.org/project/setuptools-scm/ -description = "Manual control of REV Robotics Expansion Hub from a PC. Unofficial \"community edition\". " +description = "GUI program for manual control of REV Robotics Expansion Hub from a PC. Unofficial \"Community Edition\". " readme = "README.md" [tool.setuptools.dynamic] dependencies = { file = ["requirements.txt"] }