aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/__init__.py
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-12-12 14:56:55 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-12-12 18:05:34 +0100
commite88ad9e4a10a60679b10a285029e05b0184eeef0 (patch)
tree3aba23df5be34375f7c33a5af762bd7f10ad4f9e /pyGHDL/__init__.py
parent157d01b634da67cc06267f9f87bdd6c6b791f559 (diff)
downloadghdl-e88ad9e4a10a60679b10a285029e05b0184eeef0.tar.gz
ghdl-e88ad9e4a10a60679b10a285029e05b0184eeef0.tar.bz2
ghdl-e88ad9e4a10a60679b10a285029e05b0184eeef0.zip
Adjusted configure script.
Diffstat (limited to 'pyGHDL/__init__.py')
-rw-r--r--pyGHDL/__init__.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/pyGHDL/__init__.py b/pyGHDL/__init__.py
index eb32f03b4..493eb4757 100644
--- a/pyGHDL/__init__.py
+++ b/pyGHDL/__init__.py
@@ -47,11 +47,11 @@ this is provided from a ``pyGHDL`` packages with four sub-packages:
* ``pyGHDL.lsp`` - A `language server protocol <https://en.wikipedia.org/wiki/Language_Server_Protocol>`__ (LSP)
written in Python. The implementation offers an HTTPS service that can be used e.g. by editors and IDEs supporting LSP.
"""
-__author__ = "Tristan Gingold and contributors"
-__email__ = "tgingold@free.fr"
+__author__ = "Tristan Gingold and contributors"
+__email__ = "tgingold@free.fr"
__copyright__ = "2002-2021, Tristan Gingold and contributors"
-__license__ = "GNU General Public License v2"
-__version__ = "2.0.0-dev"
+__license__ = "GNU General Public License v2"
+__version__ = "2.0.0-dev"
from pyTooling.Decorators import export