fix: wheel include png and svg
CI / lint (push) Skipped
CI / test (3.11) (push) Skipped
CI / test (3.12) (push) Skipped
CI / test (3.13) (push) Skipped
CI / test-with-beamline-plugins (pxi_bec) (push) Skipped
CI / test-with-beamline-plugins (pxii_bec) (push) Skipped
CI / test-with-beamline-plugins (pxiii_bec) (push) Skipped
CI / lint (pull_request) Successful in 1m0s
CI / test (3.11) (pull_request) Failing after 1m5s
CI / test (3.12) (pull_request) Failing after 1m4s
CI / test (3.13) (pull_request) Failing after 1m5s
CI / test-with-beamline-plugins (pxii_bec) (pull_request) Failing after 1m17s
CI / test-with-beamline-plugins (pxi_bec) (pull_request) Failing after 1m20s
CI / test-with-beamline-plugins (pxiii_bec) (pull_request) Failing after 1m26s
CI / test-with-coverage (pull_request) Failing after 1m27s
CI / coverage-analysis (pull_request) Skipped

This commit is contained in:
2026-08-24 18:44:55 +02:00
parent 4707868cab
commit cf68a4c34c
+3
View File
@@ -88,6 +88,9 @@ markers = [
requires = ["setuptools>=75.6.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools.package-data]
"aare.gui.graphics" = ["*.svg", "*.png"]
[tool.black]
line-length = 100
skip-magic-trailing-comma = true