Skip to content

Commit b731690

Browse files
committed
fix: add "scripts" as dynamic to be detected at build-time
Fixes #19
1 parent 31e3974 commit b731690

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)