Skip to content

Commit

Permalink
Removed MANIFEST.in and replaced it with information in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
limafresh committed Oct 25, 2024
1 parent 011c323 commit c474d02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

5 changes: 4 additions & 1 deletion 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.5.1"
version = "1.5.2"
dependencies = [
"PyQt6>=6.4.2",
"sympy>=1.13.3",
Expand Down Expand Up @@ -38,6 +38,9 @@ pyqulator = "pyqulator.main:main"
Repository = "https://github.com/limafresh/pyqulator"
Issues = "https://github.com/limafresh/pyqulator/issues"

[tool.setuptools.package-data]
pyqulator = ["locales/*.qm"]

[tool.ruff]
line-length = 120
exclude = ["src/pyqulator/ui.py"]
Expand Down

0 comments on commit c474d02

Please sign in to comment.