From bfd38acc0c6f3f82823fa1a496e90ef1e64da997 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Mon, 28 Dec 2020 23:07:42 +0100 Subject: setup.py needs the license information twice ... --- pyGHDL/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pyGHDL') diff --git a/pyGHDL/README.md b/pyGHDL/README.md index deb45b8d8..81afcc1cb 100644 --- a/pyGHDL/README.md +++ b/pyGHDL/README.md @@ -4,9 +4,8 @@ Python binding for GHDL and high-level APIs. ## Provided Packages +* `pyGHDL.cli` - Command line interface tools. +* `pyGHDL.dom` - Document Object Model (DOM) for VHDL parsed by `libghdl`. * `pyGHDL.libghdl` - Low-level Python bindings to GHDL's `libghdl` shared library. Auto generated API from Ada sources. -* `pyGHDL.cli` - Command line interface tools. * `pyGHDL.lsp` - Language Server Protocol (LSP) implementation for VHDL. -* `pyGHDL.dom` - Document Object Model (DOM) for VHDL parsed by `libghdl`. -* `pyGHDL.xtools` - *tbd* -- cgit v1.2.3