diff --git a/qase-behave/pyproject.toml b/qase-behave/pyproject.toml index 59c3fbda..2b7ab8aa 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 e78fc2ae..a472ee8d 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 d16c5c89..b984396c 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 a3f2e1bd..bc146223 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 57ea9e94..1b23f68b 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]