Skip to content

Commit

Permalink
Mention undeleted top-level executables
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Oct 18, 2024
1 parent d843134 commit 700a4ee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions micall/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@
# Run micall/utils/get_list_of_executables.py to get the up-to-date list of these executables.
# The consistency of this list is verified in micall/tests/test_installation.py
EXECUTABLES = [
"release_test_publish.py",
"micall_kive.py",
"micall_watcher.py",
"release_test_microtest.py",
"docker_build.py",
"release_test_setup.py",
"release_test_compare.py",
"micall_kive_resistance.py",
"micall_docker.py",
"micall/main.py",
"micall/main.py",
"micall/resistance/genreport.py",
"micall/resistance/resistance.py",
Expand Down

0 comments on commit 700a4ee

Please sign in to comment.