Skip to content

Commit

Permalink
Bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
limafresh committed Oct 26, 2024
1 parent 200346f commit 37d2bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 37d2bc0

Please sign in to comment.