From 37d2bc0db4c8eed3435de3cdb19a92011c8e8303 Mon Sep 17 00:00:00 2001 From: limafresh Date: Sat, 26 Oct 2024 13:38:51 +0300 Subject: [PATCH] Bug fixed --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5821a41..15e97b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyqulator" -version = "1.6.0" +version = "1.6.1" dependencies = [ "PyQt6>=6.4.2", "sympy>=1.13.3", @@ -39,7 +39,7 @@ Repository = "https://github.com/limafresh/pyqulator" Issues = "https://github.com/limafresh/pyqulator/issues" [tool.setuptools.package-data] -pyqulator = ["locales/*.qm"] +pyqulator = ["locales/*.qm", "Pyqulator.desktop"] [tool.ruff] line-length = 120