Skip to content

Commit 21cd4c9

Browse files
authored
Merge pull request #19 from OpenSimulationInterface/17-fix-url-after-repo-move
* change repo path after moving the repository
2 parents b9e6ae9 + 702b949 commit 21cd4c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ qc-osi-trace can be installed using pip or from source.
2222
qc-osi-trace can be installed using pip, so that it can be used as a library or as an application.
2323

2424
```bash
25-
pip install qc-osi-trace@git+https://github.com/PMSFIT/qc-osi-trace@main
25+
pip install qc-osi-trace@git+https://github.com/OpenSimulationInterface/qc-osi-trace@main
2626
```
2727

2828
**Note**: To install from different sources, you can replace `@main` with

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "This project implements the OSI Trace Checker for the ASAM Qualit
55
authors = ["Pierre R. Mai <pmai@pmsf.de>"]
66
license = "MPL-2.0"
77
readme = "README.md"
8-
repository = "https://github.com/PMSFIT/qc-osi-trace"
8+
repository = "https://github.com/OpenSimulationInterface/qc-osi-trace"
99
packages = [
1010
{ include = "qc_ositrace" },
1111
]

0 commit comments

Comments
 (0)