Skip to content

Commit 61c8bf2

Browse files
fix: rename package for registry availability
PyPI name collision fix
1 parent 17377e8 commit 61c8bf2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ DeadCode is one of eleven tools in the Revenue Holdings suite. One license cover
9898
|------|-------|----------|
9999
| **Free** | $0 | Individual devs, OSS — CLI only, rate-limited |
100100
| **DeadCode Individual** | **$12/mo** ($10 billed annually) | Professional devs — unlimited scans, auto-removal, CI integration |
101-
| **Suite (all 8 tools)** | **$49/mo** ($39 billed annually) | Full Revenue Holdings toolkit — 40% savings |
101+
| **Suite (all 11 tools)** | **$49/mo** ($39 billed annually) | Full Revenue Holdings toolkit — 40% savings |
102102
| **Team** | **$79/mo** ($63 billed annually) | Up to 5 devs — trend analytics, shared baselines, alerts |
103103
| **Enterprise** | Custom | SSO, RBAC, compliance reports, dedicated support |
104104

@@ -123,7 +123,7 @@ DeadCode is one of eleven tools in the Revenue Holdings suite. One license cover
123123
---
124124

125125
<p align="center">
126-
<sub>Part of <a href="https://coding-dev-tools.github.io/revenueholdings.dev/">DevForge</a> — CLI tools built by autonomous AI.</sub>
126+
<sub>Part of <a href="https://coding-dev-tools.github.io/revenueholdings.dev/">Revenue Holdings</a> — CLI tools built by autonomous AI.</sub>
127127
</p>
128128

129129
## CI/CD Integration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=68.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "deadcode"
6+
name = "deadcode-cli"
77
version = "0.1.1"
88
description = "CLI tool to detect and auto-remove unused exports, dead routes, orphaned CSS in TS/React/Next.js projects"
99
readme = "README.md"

0 commit comments

Comments
 (0)