File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -228,15 +228,15 @@ py.install_sources([
228228 ' Modules/Tools.py' ,
229229 ' Modules/Utilities.py'
230230 ],
231- subdir : ' python- sscha' ,
231+ subdir : ' sscha' ,
232232)
233233
234234# --- Installing Scripts ---
235235# Meson is great for installing scripts and making them executable.
236236# Scripts will be installed in the `bin` directory of the Python environment (e.g., venv/bin/).
237237
238238py.install_sources([
239- ' scripts/sscha' ,
239+ ' scripts/sscha.x ' ,
240240 ' scripts/cluster_check.x' ,
241241 ' scripts/plot_frequencies.py' ,
242242 ' scripts/sscha-plot-data.py' ,
@@ -250,7 +250,7 @@ py.install_sources([
250250# and copy the .jl files there.
251251install_data (
252252 [' Modules/fourier_gradient.jl' ], # List the .jl files you need
253- install_dir : py.get_install_dir() / ' python- sscha'
253+ install_dir : py.get_install_dir() / ' sscha'
254254)
255255# If there are many .jl files in multiple subdirectories,
256256# you would need to use 'install_subdir' or list them all explicitly.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments