diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |