Skip to content

Commit

Permalink
Restore cosmos_integration.py inside of the text_reading project (#263
Browse files Browse the repository at this point in the history
)

Reverts the location of the script within the Scala sub directory such
that it is part of Docker's context at build time.
Fixes #262

---------

Co-authored-by: Gus Hahn-Powell <[email protected]>
  • Loading branch information
enoriega and myedibleenso authored Jun 23, 2023
1 parent 075284f commit de98703
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -119,4 +118,4 @@ extend-exclude = '''
| tests/data
| profiling
)/
'''
'''
File renamed without changes.

0 comments on commit de98703

Please sign in to comment.