Skip to content

Commit b9a5f47

Browse files
author
Mattia Baldari
committed
Update project metadata for octoenergy fork
Update pyproject.toml with octoenergy-specific metadata: - Change version from 1.2.4 to 1.0.0 (fresh start for fork) - Update author to Mattia Baldari <[email protected]> - Update homepage URL to https://github.com/octoenergy/graphql-schema-diff/ This distinguishes the fork from the original Ambro17/graphql-schema-diff repository and reflects octoenergy's ownership and maintenance.
1 parent 8e74d20 commit b9a5f47

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ build-backend = "hatchling.build"
66
name = "graphql-schema-diff"
77
description = "Compare GraphQL Schemas"
88
readme = "README.md"
9-
version = "1.2.4"
9+
version = "1.2.4-kraken1"
1010
authors = [
11-
{ name = "Nahuel Ambrosini", email = "[email protected]" }
11+
{ name = "Nahuel Ambrosini", email = "[email protected]" },
12+
{ name = "Mattia Baldari", email = "[email protected]" }
1213
]
1314
dependencies = [
1415
"graphql-core>=3.0.1",
@@ -26,7 +27,7 @@ license = "GPL-3.0-or-later"
2627
schemadiff = "schemadiff.__main__:cli"
2728

2829
[project.urls]
29-
Homepage = "https://github.com/Ambro17/graphql-schema-diff"
30+
Homepage = "https://github.com/octoenergy/graphql-schema-diff/"
3031
Documentation = "https://ambro17.github.io/graphql-schema-diff/"
3132

3233
[project.optional-dependencies]

0 commit comments

Comments
 (0)