From 2d40e80d2eb052059b9ce719e15c687c55e49bad Mon Sep 17 00:00:00 2001 From: Dmitrii Gridnev Date: Wed, 11 Dec 2024 09:18:54 +0100 Subject: [PATCH] fix: update repository links in pyproject.toml --- qase-behave/pyproject.toml | 2 +- qase-pytest/pyproject.toml | 2 +- qase-python-commons/pyproject.toml | 2 +- qase-robotframework/pyproject.toml | 2 +- qase-tavern/pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qase-behave/pyproject.toml b/qase-behave/pyproject.toml index 59c3fbd..2b7ab8a 100644 --- a/qase-behave/pyproject.toml +++ b/qase-behave/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ [project.urls] Homepage = "https://qase.io" -Repository = "https://github.com/qase-tms/qase-python/tree/master/qase-behave" +Repository = "https://github.com/qase-tms/qase-python/tree/main/qase-behave" Documentation = "https://developers.qase.io" diff --git a/qase-pytest/pyproject.toml b/qase-pytest/pyproject.toml index e78fc2a..a472ee8 100644 --- a/qase-pytest/pyproject.toml +++ b/qase-pytest/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ [project.urls] Homepage = "https://qase.io" -Repository = "https://github.com/qase-tms/qase-python/tree/master/qase-pytest" +Repository = "https://github.com/qase-tms/qase-python/tree/main/qase-pytest" Documentation = "https://developers.qase.io" [project.entry-points.pytest11] diff --git a/qase-python-commons/pyproject.toml b/qase-python-commons/pyproject.toml index d16c5c8..b984396 100644 --- a/qase-python-commons/pyproject.toml +++ b/qase-python-commons/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', ] -urls = {"Homepage" = "https://github.com/qase-tms/qase-python/tree/master/qase-python-commons"} +urls = {"Homepage" = "https://github.com/qase-tms/qase-python/tree/main/qase-python-commons"} requires-python = ">=3.7" dependencies = [ "certifi>=2024.2.2", diff --git a/qase-robotframework/pyproject.toml b/qase-robotframework/pyproject.toml index a3f2e1b..bc14622 100644 --- a/qase-robotframework/pyproject.toml +++ b/qase-robotframework/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ "Framework :: Robot Framework", "Programming Language :: Python", ] -urls = {"Homepage" = "https://github.com/qase-tms/qase-python/tree/master/qase-robotframework"} +urls = {"Homepage" = "https://github.com/qase-tms/qase-python/tree/main/qase-robotframework"} requires-python = ">=3.7" dependencies = [ "qase-python-commons~=3.2.1", diff --git a/qase-tavern/pyproject.toml b/qase-tavern/pyproject.toml index 57ea9e9..1b23f68 100644 --- a/qase-tavern/pyproject.toml +++ b/qase-tavern/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ [project.urls] Homepage = "https://qase.io" -Repository = "https://github.com/qase-tms/qase-python/tree/master/qase-tavern" +Repository = "https://github.com/qase-tms/qase-python/tree/main/qase-tavern" Documentation = "https://developers.qase.io" [project.optional-dependencies]