From e0c2e171b58a05127da00e0d47f3024d2ec6daad Mon Sep 17 00:00:00 2001 From: Enrique Noriega Date: Fri, 23 Jun 2023 13:05:11 -0700 Subject: [PATCH 1/2] Reverts the location of the script within the scala subdirectory such that it is part of Docker's context at build time --- skema/text_reading/{ => scala}/cosmos_integration.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename skema/text_reading/{ => scala}/cosmos_integration.py (100%) diff --git a/skema/text_reading/cosmos_integration.py b/skema/text_reading/scala/cosmos_integration.py similarity index 100% rename from skema/text_reading/cosmos_integration.py rename to skema/text_reading/scala/cosmos_integration.py From 641478260c7a738f6c0792a0332cae409979a1b6 Mon Sep 17 00:00:00 2001 From: Enrique Noriega Date: Fri, 23 Jun 2023 15:18:09 -0700 Subject: [PATCH 2/2] Update pyproject.toml Removed the script entry for cosmos integration --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb81a6163cf..6c3450fe8bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,6 @@ all = ["skema[core]", "skema[dev]", "skema[doc]"] readme = {file = ["README.md"], content-type = "text/markdown"} # runnables [project.scripts] -skema-tr-cosmos-integration = "skema.text_reading.cosmos_integration:main" skema-tree-sitter-build-fortran-grammar = "skema.program_analysis.TS2CAST.build_tree_sitter_fortran:main" # Minimum requirements for the build system to execute. @@ -119,4 +118,4 @@ extend-exclude = ''' | tests/data | profiling )/ -''' \ No newline at end of file +'''