Skip to content

Commit cbf27bc

Browse files
authored
Merge pull request #20 from fortran-lang/fix/install-loc
fix: add "scripts" as dynamic to be detected at build-time
2 parents 31e3974 + b731690 commit cbf27bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
"Topic :: Software Development :: Pre-processors",
2828
"Topic :: Utilities",
2929
]
30-
dynamic = ["entry-points"]
30+
dynamic = ["entry-points", "scripts"]
3131

3232
[project.urls]
3333
homepage = "https://fpm.fortran-lang.org"

0 commit comments

Comments
 (0)