Skip to content

Commit

Permalink
#2285 Restructure python scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Apr 7, 2023
1 parent 48c10b4 commit a14085d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/python/met/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
pythonmetscriptsdir = $(pkgdatadir)/python/met

pythonmetscripts_DATA = \
mprbase.py \
dataplane.py \
mprbase.py \
point.py

EXTRA_DIST = ${pythonmetscripts_DATA}
Expand Down
2 changes: 1 addition & 1 deletion scripts/python/met/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
pythonmetscriptsdir = $(pkgdatadir)/python/met
pythonmetscripts_DATA = \
mprbase.py \
dataplane.py \
mprbase.py \
point.py

EXTRA_DIST = ${pythonmetscripts_DATA}
Expand Down
1 change: 1 addition & 0 deletions scripts/python/pyembed/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pyembed_DATA = \
read_tmp_dataplane.py \
read_tmp_ascii.py \
read_tmp_point_nc.py \
set_python_env.py \
write_tmp_dataplane.py \
write_tmp_point.py \
write_tmp_point_nc.py \
Expand Down
1 change: 1 addition & 0 deletions scripts/python/pyembed/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ pyembed_DATA = \
read_tmp_dataplane.py \
read_tmp_ascii.py \
read_tmp_point_nc.py \
set_python_env.py \
write_tmp_dataplane.py \
write_tmp_point.py \
write_tmp_point_nc.py \
Expand Down

0 comments on commit a14085d

Please sign in to comment.