Skip to content

Commit cf30494

Browse files
try changing the license in pyproject
1 parent 5dd570d commit cf30494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "FESTIM"
1212
description = "Finite element simulations of hydrogen transport"
1313
readme = "README.md"
1414
requires-python = ">=3.9"
15-
license = "Apache-2.0"
15+
license = { text = "Apache-2.0" }
1616
dependencies = ["tqdm", "scifem>=0.2.13", "adios4dolfinx"]
1717
classifiers = [
1818
"Natural Language :: English",

0 commit comments

Comments
 (0)