Skip to content

Commit 27bd7ed

Browse files
committed
Rename package to avoid conflict
1 parent b1ded22 commit 27bd7ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This is the easiest and recommended usage model.
1717

1818
#### Installation
1919
```sh
20-
pip install robot-trace
20+
pip install robotframework-trace
2121
```
2222

2323
#### Usage
@@ -58,7 +58,7 @@ module.
5858

5959
#### Installation
6060
```sh
61-
pip install robot-trace
61+
pip install robotframework-trace
6262
```
6363

6464
#### Usage

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
2-
name = "robot-trace"
2+
name = "robotframework-trace"
33
version = "1.0.0"
4-
description = "CLI progress listener for Robot Framework"
4+
description = "Alternative CLI for Robot Framework"
55
readme = "README.md"
66
authors = [{ name = "Jonathan Simmonds", email = "jon@jonsim.com" }]
77
keywords = ["robotframework", "listener", "cli", "trace"]

0 commit comments

Comments
 (0)