From 8006018a46c2f65efa48e3b565bcf1649d5c4828 Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Tue, 26 Dec 2023 18:24:09 -0500 Subject: [PATCH] chore(fpm): simplify manifest --- fpm.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fpm.toml b/fpm.toml index 099bb1e..318926b 100644 --- a/fpm.toml +++ b/fpm.toml @@ -4,11 +4,6 @@ license = "see LICENSE.txt" author = "Damian Rouson, David Torres, Dominick Martinez, Jeremiah Bailey, and Brad Richardson" maintainer = "rouson@lbl.gov" -[[executable]] -name = "matcha" -source-dir="app" -main = "main.F90" - [dependencies] assert = {git = "https://github.com/sourceryinstitute/assert", tag = "1.5.0"} sourcery = {git = "https://github.com/sourceryinstitute/sourcery", tag = "4.5.1"}