Commit ede205f
DB Lee
Rename PyPI distribution to agentops-accelerator
Atomic two-line change coupling pyproject.toml [project].name with the
importlib.metadata.version() lookup that reads it. Decoupling these would
silently fall back to __version__ = '0.0.0-dev' (PackageNotFoundError ->
fallback in src/agentops/__init__.py lines 5-8).
Commit 1 of PR-2 in the 3-PR rebrand strategy for #181. Target release:
v0.3.0 (minor bump signals user-visible migration). Subsequent commits in
this PR will sweep install hints, workflows, scripts, plugin manifests,
templates, README (PyPI long description), CHANGELOG, and targeted tests.
PR-3 will publish tombstone packages pinning agentops-accelerator>=0.3.0.
Note for existing developers: after pulling, run
rm -rf src/agentops_toolkit.egg-info && uv pip install -e .
to refresh editable-install metadata. CI is unaffected (fresh installs).
Refs #181.1 parent 711b0a0 commit ede205f
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments