aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/__init__.py
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-12-13 21:01:21 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-12-13 21:01:21 +0100
commit7c35000d5d3704d939133964a92fc7e4b2d361d0 (patch)
treee2326726b3fee5e8b637a9c1e19a2de384e4c177 /pyGHDL/__init__.py
parent265e23146f1eaf977984a86a64523443f6170b0c (diff)
downloadghdl-7c35000d5d3704d939133964a92fc7e4b2d361d0.tar.gz
ghdl-7c35000d5d3704d939133964a92fc7e4b2d361d0.tar.bz2
ghdl-7c35000d5d3704d939133964a92fc7e4b2d361d0.zip
Fixed license in `setup.py`.
Diffstat (limited to 'pyGHDL/__init__.py')
-rw-r--r--pyGHDL/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyGHDL/__init__.py b/pyGHDL/__init__.py
index 493eb4757..bd5e1b8d7 100644
--- a/pyGHDL/__init__.py
+++ b/pyGHDL/__init__.py
@@ -52,6 +52,7 @@ __email__ = "tgingold@free.fr"
__copyright__ = "2002-2021, Tristan Gingold and contributors"
__license__ = "GNU General Public License v2"
__version__ = "2.0.0-dev"
+__keywords__ = ["vhdl", "parser", "compiler", "simulator", "ghdl"]
from pyTooling.Decorators import export