From 789ae58275063c15b75c94e5746246ea5c37dba5 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Wed, 15 Mar 2023 08:03:41 +0100 Subject: Bumped dependencies. (cherry picked from commit 8a01be0a33f6c72adac11d6090fad8ab511956f6) --- pyGHDL/cli/requirements.txt | 2 +- pyGHDL/libghdl/requirements.txt | 2 +- pyproject.toml | 2 +- setup.py | 3 +++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pyGHDL/cli/requirements.txt b/pyGHDL/cli/requirements.txt index f24fd4e1c..e07402a28 100644 --- a/pyGHDL/cli/requirements.txt +++ b/pyGHDL/cli/requirements.txt @@ -1,5 +1,5 @@ -r ../dom/requirements.txt -pyTooling>=2.13.0, <3.0 +pyTooling>=3.0.0, <4.0 pyTooling.TerminalUI>=1.5.9 pyAttributes>=2.3.2 diff --git a/pyGHDL/libghdl/requirements.txt b/pyGHDL/libghdl/requirements.txt index a061bb3f4..31f770b15 100644 --- a/pyGHDL/libghdl/requirements.txt +++ b/pyGHDL/libghdl/requirements.txt @@ -1 +1 @@ -pyTooling>=2.13.0, <3.0 +pyTooling>=3.0.0, <4.0 diff --git a/pyproject.toml b/pyproject.toml index db9975c12..54cfb8775 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "pyTooling >= 2.13.0", + "pyTooling >= 3.0.0", "setuptools >= 62.3.3", "wheel >= 0.38.1" ] diff --git a/setup.py b/setup.py index 085d7f8e4..d973a36ed 100644 --- a/setup.py +++ b/setup.py @@ -65,5 +65,8 @@ DescribePythonPackageHostedOnGitHub( consoleScripts={ "ghdl-ls": "pyGHDL.cli.lsp:main", "ghdl-dom": "pyGHDL.cli.dom:main" + }, + dataFiles={ + packageName: ["py.typed"] } ) -- cgit v1.2.3