From 002f562ec75e2d205ac3fc18f66aae00d1dab831 Mon Sep 17 00:00:00 2001 From: Sebastian Zumbrunn Date: Wed, 1 Jul 2026 09:46:43 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d5df394e..40f137a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,14 +19,14 @@ Run `poetry install` to install the dependencies. By default, the dependencies a To configure your credentials for Jfrog, go to your Jfrog user profile, and generate an identity token. Then set the following two environment variables: ```shell -poetry config http-basic.jfrog-server +poetry config http-basic.repox ``` Where `` is your Jfrog username and `` is the identity token you generated. If you wish to install the dependencies from the public PyPI repository, remove the following source from `pyproject.toml`: ```toml [[tool.poetry.source]] -name = 'jfrog-server' +name = 'repox' url = 'https://repox.jfrog.io/artifactory/api/pypi/sonarsource-pypi/simple' ```