@@ -5,25 +5,20 @@ build-backend = "hatchling.build"
55[project ]
66name = " dev-code"
77dynamic = [" version" , " readme" ]
8- description = " Project · editor · container — simplified "
8+ description = " Renamed to opcd — run pip install opcd "
99requires-python = " >=3.10"
1010authors = [
1111 {name = " Nasser Alansari" , email = " dacrystal@users.noreply.github.com" },
1212]
13- dependencies = [" click>=8.0 " ]
13+ dependencies = []
1414classifiers = [
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 ]
2924devcode = " devcode:cli"
@@ -32,21 +27,7 @@ devcode = "devcode:cli"
3227source = " 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 ]
5233content-type = " text/markdown"
0 commit comments