Skip to content

Commit

Permalink
Forgot to exclude unnecessary folders in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
limafresh authored Nov 24, 2024
1 parent fb83d7c commit 2732c07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ math-trainer = "math_trainer.main:main"
Repository = "https://github.com/limafresh/MathTrainer"
Issues = "https://github.com/limafresh/MathTrainer/issues"

[tool.setuptools.packages.find]
exclude = ["debian*", "translations*"]

[tool.setuptools.package-data]
math_trainer = ["*.ui", "locales/*.qm", "sounds/*.wav"]

Expand Down

0 comments on commit 2732c07

Please sign in to comment.