From f65d61660e5217305d185a1299eb934098023378 Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Wed, 3 Sep 2025 15:16:15 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a656f6f..0a3333d8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PythonQt -[![License](https://img.shields.io/github/license/mevislab/pythonqt.svg?color=blue)](LICENSE) +[![License](https://img.shields.io/github/license/mevislab/pythonqt.svg?color=blue)](https://github.com/MITK/PythonQt?tab=LGPL-2.1-1-ov-file) PythonQt is a dynamic [Python](https://www.python.org) binding for [Qt](https://www.qt.io). It offers an easy way to embed the Python scripting language into @@ -46,4 +46,4 @@ When using the prebuild Python installer, this will be: set PYTHON_PATH = c:\Python38 set PYTHON_LIB = c:\Python38\libs set PYTHON_VERSION = 38 -``` \ No newline at end of file +```