Skip to content

Commit 14a7ba9

Browse files
committed
Fix author name casing in pyproject.toml
1 parent 3293405 commit 14a7ba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A model zoo for non-Euclidean embedding models (hyperbolic, spher
55
readme = "README.md"
66
license = { text = "MIT" }
77
requires-python = ">=3.10"
8-
authors = [{ name = "Hyper3Labs" }]
8+
authors = [{ name = "hyper3labs" }]
99
keywords = ["embeddings", "hyperbolic", "onnx", "clip", "model-zoo", "non-euclidean"]
1010
classifiers = [
1111
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)