Skip to content

Commit 088995d

Browse files
committed
add source back
1 parent 05283e1 commit 088995d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22

33
SystemLink Integrator CLI (slcli) is a robust, cross-platform Python CLI for SystemLink integrators, supporting test plan templates and workflow management via SystemLink REST APIs.
44

5-
![what are the facts](https://media.giphy.com/media/144SbuAASAFna/giphy.gif)
6-
75
## Features
86

97
- Secure credential storage using keyring
108
- Manage SystemLink test plan templates (list, export, import, delete)
119
- User-friendly CLI with help and validation
1210
- Easily packaged as a single binary with PyInstaller
13-
- Full test suite and CI/CD ready
11+
- Full test suite with CI/CD
1412

1513
## Setup
1614

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ pytest = ">=7.0"
2929
pytest-cov = ">=3.0"
3030
pyinstaller = "^6.14.2"
3131

32+
[[tool.poetry.source]]
33+
name = "rnd-pypi-ci"
34+
url = "https://niartifacts.jfrog.io/artifactory/api/pypi/rnd-pypi-ci/simple"
35+
priority = "primary"
36+
3237
[tool.pytest.ini_options]
3338
addopts = "--cov slcli --strict-markers --doctest-modules"
3439

0 commit comments

Comments
 (0)