Skip to content

Commit a996d86

Browse files
mivertowskiclaude
andcommitted
Update ringkernel-python metadata with correct URLs and author
- Update project URLs to point to mivertowski/RustCompute - Add author and maintainer information - Add Changelog URL Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f42a6c2 commit a996d86

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

crates/ringkernel-python/pyproject.toml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ readme = "README.md"
1010
license = { text = "MIT OR Apache-2.0" }
1111
requires-python = ">=3.8"
1212
authors = [
13-
{ name = "RingKernel Contributors" }
13+
{ name = "Michael Ivertowski", email = "michael@ivertowski.com" }
14+
]
15+
maintainers = [
16+
{ name = "Michael Ivertowski", email = "michael@ivertowski.com" }
1417
]
1518
classifiers = [
1619
"Development Status :: 4 - Beta",
@@ -49,10 +52,11 @@ docs = [
4952
]
5053

5154
[project.urls]
52-
Homepage = "https://github.com/ringkernel/ringkernel"
53-
Documentation = "https://ringkernel.readthedocs.io"
54-
Repository = "https://github.com/ringkernel/ringkernel"
55-
Issues = "https://github.com/ringkernel/ringkernel/issues"
55+
Homepage = "https://github.com/mivertowski/RustCompute"
56+
Documentation = "https://mivertowski.github.io/RustCompute/"
57+
Repository = "https://github.com/mivertowski/RustCompute"
58+
Issues = "https://github.com/mivertowski/RustCompute/issues"
59+
Changelog = "https://github.com/mivertowski/RustCompute/blob/main/CHANGELOG.md"
5660

5761
[tool.maturin]
5862
features = ["pyo3/extension-module"]

0 commit comments

Comments
 (0)