Skip to content

Commit

Permalink
Description change for name consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
j5155 committed May 7, 2024
1 parent 8832eca commit e02a2b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit e02a2b8

Please sign in to comment.