Skip to content

Commit a570b15

Browse files
committed
Set project author and copyright to Diogo Ribeiro
1 parent cfba1f2 commit a570b15

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 LLM Data Platform Team
3+
Copyright (c) 2026 Diogo Ribeiro
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Observability and analytics layer for LLM systems"
99
readme = "README.md"
1010
requires-python = ">=3.12"
1111
license = { file = "LICENSE" }
12-
authors = [{ name = "LLM Data Platform Team" }]
12+
authors = [{ name = "Diogo Ribeiro", email = "hansolo.dj@gmail.com" }]
1313
keywords = ["llm", "observability", "analytics", "traces", "telemetry"]
1414
classifiers = [
1515
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)