Skip to content

Commit

Permalink
more path fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
woutdenolf committed Aug 14, 2024
1 parent d71bbfb commit 25a3ff2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,23 +208,23 @@ def use_gui():
glob_pymca5("attdata", "*"),
),
(
os.path.join(PYMCA_DOC_DIR + "HTML"),
os.path.join(PYMCA_DOC_DIR, "HTML"),
glob_pymca5("PyMcaData", "HTML", "*.*"),
),
(
os.path.join(PYMCA_DOC_DIR + "HTML", "IMAGES"),
os.path.join(PYMCA_DOC_DIR, "HTML", "IMAGES"),
glob_pymca5("PyMcaData", "HTML", "IMAGES", "*"),
),
(
os.path.join(PYMCA_DOC_DIR + "HTML", "PyMCA_files"),
os.path.join(PYMCA_DOC_DIR, "HTML", "PyMCA_files"),
glob_pymca5("PyMcaData", "HTML", "PyMCA_files", "*"),
),
(
os.path.join(PYMCA_DATA_DIR + "EPDL97"),
os.path.join(PYMCA_DATA_DIR, "EPDL97"),
glob_pymca5("EPDL97", "*.DAT"),
),
(
os.path.join(PYMCA_DATA_DIR + "EPDL97"),
os.path.join(PYMCA_DATA_DIR, "EPDL97"),
glob_pymca5("EPDL97", "LICENSE"),
),
]
Expand Down

0 comments on commit 25a3ff2

Please sign in to comment.