Commit cf9e0dd
fix(py): rename PyPI distribution to
The `sqlshield` PyPI name was already taken, so the project is being
published under `sqlshield-py`. The Python import name stays
`sqlshield` (driven by the cdylib `[lib] name` in Cargo.toml).
Also drop the bogus `sqlshield-cli` runtime dependency from
pyproject.toml — it referenced the Rust crate, which doesn't exist on
PyPI, and would have made `pip install sqlshield-py` fail to resolve.
Update the install instructions in the root and per-crate READMEs to
reflect the new distribution name.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>sqlshield-py
1 parent 4ed1988 commit cf9e0dd
3 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 14 | | |
18 | 15 | | |
19 | 16 | | |
0 commit comments