Skip to content

Commit de0e8cc

Browse files
committed
Omit extra 'media' copy of tutorials
1 parent b1ce087 commit de0e8cc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ artifacts = [
106106
[tool.hatch.build.targets.wheel.force-include]
107107
"build/doc/html/" = "sas/docs"
108108
"docs/sphinx-docs/source-temp/" = "sas/docs-source"
109-
"src/sas/sasview/media/" = "sas/sasview/media"
110109
"src/sas/example_data/" = "sas/example_data"
111110

112111

src/sas/__pyinstaller/hook-sas.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
# are looking for the same resource in different places
2424
('sas/qtgui/images', 'images'),
2525
('sas/qtgui/images', "sas/qtgui/images"),
26-
('sas/sasview/media', 'media'),
2726
('sas/sascalc/calculator/ausaxs/lib', 'sas/sascalc/calculator/ausaxs/lib'),
2827
('sas/qtgui/Utilities/Reports/report_style.css', 'sas/qtgui/Utilities/Reports'),
2928
('sas/qtgui/Perspectives/Fitting/plugin_models', 'plugin_models'),

0 commit comments

Comments
 (0)