Skip to content

Commit ab63ab8

Browse files
authored
fix(packaging): correct author email hello@ -> info@vibetensor.com (#125)
PyPI package metadata listed the author as 'VIBETENSOR PRIVATE LIMITED <hello@vibetensor.com>'. The canonical contact is info@vibetensor.com (matches the npm package maintainer + the org's monitored inbox). Takes effect on the next PyPI publish (rc3/0.4.0 final); already-published versions keep the old value. Also fixed the one-pager contact line.
1 parent 254ffd1 commit ab63ab8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

demo/presentation/one-pager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Attestix core is free and open source. Revenue from a managed cloud service with
4343
- **GitHub:** [github.com/VibeTensor/attestix](https://github.com/VibeTensor/attestix)
4444
- **PyPI:** `pip install attestix`
4545
- **Company:** [vibetensor.com](https://vibetensor.com)
46-
- **Contact:** hello@vibetensor.com
46+
- **Contact:** info@vibetensor.com
4747

4848
---
4949

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
license = {file = "LICENSE"}
1111
requires-python = ">=3.10"
1212
authors = [
13-
{name = "VIBETENSOR PRIVATE LIMITED", email = "hello@vibetensor.com"},
13+
{name = "VIBETENSOR PRIVATE LIMITED", email = "info@vibetensor.com"},
1414
]
1515
keywords = [
1616
"attestix",

0 commit comments

Comments
 (0)