Skip to content

Commit

Permalink
2675: update toml, remove setup.py ref
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Sharples committed Sep 23, 2024
1 parent 554c005 commit 408196b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ RUN if [ ${OBTAIN_SOURCE_CODE} != "none" ]; then \
sed -i 's|MET_INSTALL_DIR = /path/to|MET_INSTALL_DIR = /usr/local|g' parm/metplus_config/*.conf; \
sed -i 's|OUTPUT_BASE = /path/to|OUTPUT_BASE = /data/output|g' parm/metplus_config/*.conf; \
sed -i 's|INPUT_BASE = /path/to|INPUT_BASE = /data/input/METplus_Data|g' parm/metplus_config/*.conf; \
python3 setup.py install; \
pip install .; \
fi
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ packages = ["metplus", "ush", "parm", "produtil"]
[tool.setuptools.package-data]
metplus = ["parm/**"]

#[tool.setuptools.exclude-package-data]
#metplus = ["README", "__pycache__","*~"]
[tool.setuptools.exclude-package-data]
metplus = ["README", "__pycache__","*~"]

[tool.setuptools.dynamic]
version = { attr = "metplus._version.__version__" }
Expand Down

0 comments on commit 408196b

Please sign in to comment.