aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6b816f24b..c8372146b 100644
--- a/setup.py
+++ b/setup.py
@@ -119,7 +119,7 @@ setuptools_setup(
entry_points={
"console_scripts": [
"ghdl-ls = pyGHDL.cli.lsp:main",
- "ghdl-dom = pyGHDL.cli.DOM:main",
+ "ghdl-dom = pyGHDL.cli.dom:main",
]
},
keywords="Python3 VHDL Parser Compiler Simulator GHDL",