Skip to content

Commit 639b812

Browse files
committed
Highligthing the "toolbox" description in the doc
1 parent 3635556 commit 639b812

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</p>
55

66
<p align="center">
7-
<strong>RF engineering blocks for PathSim</strong>
7+
<strong>RF engineering toolbox for PathSim</strong>
88
</p>
99

1010
<p align="center">

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "pathsim-rf"
77
dynamic = ["version"]
8-
description = "RF Engineering Blocks for PathSim"
8+
description = "RF Engineering toolbox for PathSim"
99
readme = "README.md"
1010
requires-python = ">=3.9"
1111
license = {text = "MIT"}

src/pathsim_rf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
PathSim-RF: RF Engineering Blocks for PathSim
2+
PathSim-RF: RF Engineering toolbox for PathSim
33
44
A toolbox providing specialized blocks for RF and microwave engineering
55
simulations in the PathSim framework.

0 commit comments

Comments
 (0)