Skip to content

Commit 5c2bb1e

Browse files
fix: rename package to rh-deadcode (PyPI name collision)
1 parent 36834f3 commit 5c2bb1e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
> ⭐ **Star this repo** if you care about bundle size — it helps other devs find DeadCode!
88
9-
[![PyPI](https://img.shields.io/pypi/v/deadcode)](https://pypi.org/project/deadcode/)
10-
[![Python](https://img.shields.io/pypi/pyversions/deadcode)](https://pypi.org/project/deadcode/)
11-
[![License](https://img.shields.io/pypi/l/deadcode)](https://github.com/Coding-Dev-Tools/deadcode/blob/main/LICENSE)
9+
[![PyPI](https://img.shields.io/pypi/v/rh-deadcode)](https://pypi.org/project/rh-deadcode/)
10+
[![Python](https://img.shields.io/pypi/pyversions/rh-deadcode)](https://pypi.org/project/rh-deadcode/)
11+
[![License](https://img.shields.io/pypi/l/rh-deadcode)](https://github.com/Coding-Dev-Tools/deadcode/blob/main/LICENSE)
1212
[![CI](https://github.com/Coding-Dev-Tools/deadcode/actions/workflows/test.yml/badge.svg)](https://github.com/Coding-Dev-Tools/deadcode/actions/workflows/test.yml)
1313
[![Open Source Alternative](https://img.shields.io/badge/Open_Source_Alternative-%E2%87%92-blue?logo=opensourceinitiative)](https://www.opensourcealternative.to/project/deadcode)
1414
[![LibHunt](https://img.shields.io/badge/LibHunt-%E2%87%92-blue?logo=codeigniter)](https://www.libhunt.com/r/Coding-Dev-Tools/deadcode)
@@ -19,7 +19,7 @@
1919
## Quick Start
2020

2121
```bash
22-
pip install deadcode
22+
pip install rh-deadcode
2323

2424
# Scan current project
2525
deadcode scan

pyproject.toml

Lines changed: 2 additions & 2 deletions
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 = "rh-deadcode"
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"
@@ -39,7 +39,7 @@ dev = [
3939
license = ["revenueholdings-license>=0.1.0"]
4040

4141
[project.scripts]
42-
deadcode = "deadcode.cli:cli"
42+
rh-deadcode = "deadcode.cli:cli"
4343

4444
[tool.setuptools.packages.find]
4545
where = ["src"]

0 commit comments

Comments
 (0)