From b6dcce607c96ce751fc3bb9aef45848c94e0e71e Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sun, 12 Dec 2021 14:46:00 +0100 Subject: Updated setup.py to use pyTooling.Packaging. --- pyGHDL/__init__.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'pyGHDL/__init__.py') diff --git a/pyGHDL/__init__.py b/pyGHDL/__init__.py index eb400e0f1..eb32f03b4 100644 --- a/pyGHDL/__init__.py +++ b/pyGHDL/__init__.py @@ -47,7 +47,13 @@ this is provided from a ``pyGHDL`` packages with four sub-packages: * ``pyGHDL.lsp`` - A `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. """ -from pydecor import export +__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" + +from pyTooling.Decorators import export @export -- cgit v1.2.3