Rename references to dcc to doomcc.

This commit is contained in:
yrriban 2025-12-24 23:01:25 -05:00
parent 5b2528831d
commit 6c17ae717b
22 changed files with 94 additions and 94 deletions

View file

@ -1,5 +1,5 @@
[project]
name = "dcc"
name = "doomcc"
version = "0.1.0"
description = "Doom Command Center"
authors = [
@ -27,10 +27,10 @@ requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[project.scripts]
dcc = "dcc.main:main"
doomcc = "doomcc.main:main"
[tool.poetry-pyinstaller-plugin.scripts]
dcc = { source = "dcc/main.py", type = "onefile" }
doomcc = { source = "doomcc/main.py", type = "onefile" }
[tool.poetry-pyinstaller-plugin.collect]
all = ["cliff"]