Commit d6973c5
chore: capitalize brand name as DeepLethe across project metadata (#9)
The company brand is DeepLethe (camelCase), not deeplethe. Fixed the
lowercase occurrences in the public-facing author/affiliation fields:
- docs/paper/main.tex: \affil[1]{DeepLethe}
- firmware/esp32/library.properties: author / maintainer
- pyproject.toml: authors[].name (shows on the PyPI project page)
- docs/paper/README.md: submission-checklist reference
Not touched: examples/smart_panel_manifest.yaml still has
`vendor: deeplethe`, which is a separate question — the `vendor`
field elsewhere (lamp) uses a domain form (example.dev), so that one
should likely become a domain rather than just be recapitalized.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b6466e7 commit d6973c5
4 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments