Commit 91ec496
fix: rename PyPI package from ibis-hotdata to hotdata-ibis (#7)
* fix: rename PyPI package from ibis-hotdata to hotdata-ibis
The distribution was publishing to pypi.org/p/ibis-hotdata but the
intended project is pypi.org/project/hotdata-ibis. Update all references
to the distribution name:
- pyproject.toml: name = "hotdata-ibis"
- publish.yml: environment URL → pypi.org/p/hotdata-ibis
- __init__.py / backend.py: importlib.metadata lookup uses "hotdata-ibis"
- test_version.py: dist_version lookup uses "hotdata-ibis"
- README.md: install instructions use hotdata-ibis
The Python import name (ibis_hotdata) and the Ibis entry-point backend
key (hotdata) are unchanged.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: update README title/description and regenerate lockfile for rename
- README: update H1 title and Ibis Support Overview heading from
ibis-hotdata to hotdata-ibis (missed in the original rename commit)
- uv.lock: regenerate so uv sync --locked works with the new package name
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 789c4f5 commit 91ec496
7 files changed
Lines changed: 50 additions & 50 deletions
File tree
- .github/workflows
- src/ibis_hotdata
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
667 | 667 | | |
668 | 668 | | |
669 | 669 | | |
670 | | - | |
| 670 | + | |
671 | 671 | | |
672 | 672 | | |
673 | | - | |
| 673 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments