Skip to content
This repository was archived by the owner on Apr 24, 2026. It is now read-only.

Commit 325aeae

Browse files
committed
feat: tombstone release — redirect dev-code to opcd
1 parent dedbb2c commit 325aeae

7 files changed

Lines changed: 14 additions & 3789 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
> **This package has been renamed to [opcd](https://github.com/dacrystal/opcd).**
2+
> Run `pip install opcd` to get the new package.
3+
4+
---
5+
16
# dev-code
27

38
```text

pyproject.toml

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,20 @@ build-backend = "hatchling.build"
55
[project]
66
name = "dev-code"
77
dynamic = ["version", "readme"]
8-
description = "Project · editor · container — simplified"
8+
description = "Renamed to opcd — run pip install opcd"
99
requires-python = ">=3.10"
1010
authors = [
1111
{name = "Nasser Alansari", email = "dacrystal@users.noreply.github.com"},
1212
]
13-
dependencies = ["click>=8.0"]
13+
dependencies = []
1414
classifiers = [
15-
"Programming Language :: Python :: 3",
16-
"Programming Language :: Python :: 3.10",
17-
"Programming Language :: Python :: 3.11",
18-
"Programming Language :: Python :: 3.12",
19-
"Programming Language :: Python :: 3.13",
20-
"Programming Language :: Python :: 3.14",
15+
"Development Status :: 7 - Inactive",
2116
]
2217

2318
[project.urls]
24-
"Homepage" = "https://dacrystal.github.io/dev-code/"
25-
"Source Code" = "https://github.com/dacrystal/dev-code"
26-
"Issues" = "https://github.com/dacrystal/dev-code/issues"
19+
"Homepage" = "https://dacrystal.github.io/opcd/"
20+
"Source Code" = "https://github.com/dacrystal/opcd"
21+
"Issues" = "https://github.com/dacrystal/opcd/issues"
2722

2823
[project.scripts]
2924
devcode = "devcode:cli"
@@ -32,21 +27,7 @@ devcode = "devcode:cli"
3227
source = "vcs"
3328

3429
[tool.hatch.build.targets.wheel]
35-
force-include = {"src/devcode.py" = "devcode.py", "src/templates" = "dev_code_templates"}
36-
37-
[tool.pytest.ini_options]
38-
testpaths = ["tests"]
39-
pythonpath = ["src"]
40-
41-
[dependency-groups]
42-
test = ["pytest>=7", "pytest-cov>=4"]
43-
dev = [
44-
"tox>=4",
45-
"pyyaml>=6",
46-
"git-cliff>=2",
47-
"ruff>=0.15.10",
48-
"mypy>=1.20.0",
49-
]
30+
force-include = {"src/devcode.py" = "devcode.py"}
5031

5132
[tool.hatch.metadata.hooks.fancy-pypi-readme]
5233
content-type = "text/markdown"

0 commit comments

Comments
 (0)