Skip to content

Commit

Permalink
maybe it needs a list
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Jun 21, 2024
1 parent 18f1999 commit 7dc0efc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ long_description = "MUSICA (Multiscale Interface for Chemistry and Aerosols) is
long_description_content_type = "text/plain"

[tool.scikit-build]
cmake.args = ["-DMUSICA_ENABLE_PYTHON_LIBRARY=ON -DMUSICA_ENABLE_TUVX=OFF -DMUSICA_BUILD_FORTRAN_INTERFACE=OFF"]
cmake.args = [
"-DMUSICA_ENABLE_PYTHON_LIBRARY=ON",
"-DMUSICA_ENABLE_TUVX=OFF",
"-DMUSICA_BUILD_FORTRAN_INTERFACE=OFF"
]

[project.urls]
homepage = "https://wiki.ucar.edu/display/MUSICA/MUSICA+Home"

0 comments on commit 7dc0efc

Please sign in to comment.