Skip to content

Commit 63be9c6

Browse files
authored
Add lowercase script alias "cq-editor" (#537)
Add script "cq-editor" (lowercase) with the same entry point as "CQ-editor". This matches the behaviour of `setup.py`.
1 parent 2527595 commit 63be9c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers = [
3232

3333
[project.scripts]
3434
CQ-editor = "cq_editor.cqe_run:main"
35+
cq-editor = "cq_editor.cqe_run:main"
3536

3637
[project.optional-dependencies]
3738
test = [

0 commit comments

Comments
 (0)