Skip to content

Commit 2a9e145

Browse files
authored
Update pyproject.toml
Add Sam as author, update links to point to Stim
1 parent 136aa84 commit 2a9e145

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

glue/crumble/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry_dynamic_versioning.backend"
66
[project]
77
name = "crumpy"
88
authors = [
9-
{ name = "Riverlane", email = "[email protected]" },
9+
{ name = "Sam Zappa (Riverlane)", email = "[email protected]" },
1010
]
1111
description = "A python library for visualizing Crumble circuits in Jupyter"
1212
readme = "README.md"
@@ -38,10 +38,10 @@ dependencies = [
3838
]
3939

4040
[project.urls]
41-
Homepage = "https://github.com/Deltakit/crumpy"
42-
"Bug Tracker" = "https://github.com/Deltakit/crumpy/issues"
43-
Discussions = "https://github.com/Deltakit/crumpy/discussions"
44-
Changelog = "https://github.com/Deltakit/crumpy/releases"
41+
Homepage = "https://github.com/quantumlib/Stim"
42+
"Bug Tracker" = "https://github.com/quantumlib/Stim/issues"
43+
Discussions = "https://github.com/quantumlib/Stim/discussions"
44+
Changelog = "https://github.com/quantumlib/Stim/releases"
4545

4646

4747
[dependency-groups]

0 commit comments

Comments
 (0)