Skip to content

Commit

Permalink
add back scripts to installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdillon committed Feb 12, 2025
1 parent 1b99ff1 commit 10e9584
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include *.md
include scripts/*
include hera_cal/VERSION
include hera_cal/GIT_INFO
recursive-include hera_cal/data *
Expand Down
29 changes: 29 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,35 @@ dev = [
"ruff",
]

[tool.setuptools]
script-files = [
"scripts/apply_cal.py",
"scripts/auto_reflection_run.py",
"scripts/baseline_chunker.py",
"scripts/chunk_files.py",
"scripts/delay_filter_run.py",
"scripts/extract_autos.py",
"scripts/extract_hh.py",
"scripts/flag_all.py",
"scripts/lstbin_run.py",
"scripts/lstbin_simple.py",
"scripts/model_calibration_run.py",
"scripts/multiply_gains.py",
"scripts/noise_from_autos.py",
"scripts/post_redcal_abscal_run.py",
"scripts/query_ex_ants.py",
"scripts/red_average.py",
"scripts/redcal_run.py",
"scripts/select_spw_ranges.py",
"scripts/smooth_cal_run.py",
"scripts/subselect.py",
"scripts/throw_away_flagged_antennas.py",
"scripts/time_average.py",
"scripts/time_chunk_from_baseline_chunks_run.py",
"scripts/tophat_frfilter_run.py",
"scripts/transfer_flags.py"
]

[tool.pytest]
addopts = "--ignore=scripts --cov=hera_cal --cov-config=.coveragerc"

Expand Down

0 comments on commit 10e9584

Please sign in to comment.