Skip to content

Commit

Permalink
fix: update repository links in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gibiw committed Dec 11, 2024
1 parent 9ca6c7d commit 2d40e80
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion qase-behave/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down
2 changes: 1 addition & 1 deletion qase-pytest/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion qase-python-commons/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion qase-robotframework/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion qase-tavern/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 2d40e80

Please sign in to comment.