Skip to content

Commit 500cfec

Browse files
authored
Merge pull request #223 from Daylily-Informatics/codex/fix-license-metadata
build: fix license metadata warning
2 parents 8224cfe + e5fd0d4 commit 500cfec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ dynamic = ["version"]
88
description = "Infrastructure-as-code for ephemeral AWS ParallelCluster environments for bioinformatics"
99
readme = "README.md"
1010
requires-python = ">=3.9"
11-
license = {text = "MIT"}
11+
license = "GPL-3.0-only"
12+
license-files = ["LICENSE"]
1213
authors = [
1314
{name = "Daylily Informatics", email = "daylily@daylilyinformatics.com"}
1415
]

0 commit comments

Comments
 (0)