Skip to content

Commit

Permalink
Fixes #1: typo in pyproject.toml was excluding .ui files
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Sep 18, 2023
1 parent a34437c commit ceb97c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test = ["pytest", "pytest-cov", "pytest-qt", "pytest-xvfb"]
include = ["plotpy*"]

[tool.setuptools.package-data]
"*" = ["*.png", "*.svg", "*.mo", "*.chm", "*.cfg", "*.toml", ".dcm", ".ui"]
"*" = ["*.png", "*.svg", "*.mo", "*.chm", "*.cfg", "*.toml", "*.dcm", "*.ui"]

[tool.setuptools.dynamic]
version = { attr = "plotpy.__version__" }

0 comments on commit ceb97c3

Please sign in to comment.