Skip to content

Commit 89b0dd9

Browse files
authored
Merge pull request #71 from mcflugen/mcflugen/update-license-metadata-pep-639
Update license metadata for PEP639
2 parents d05f693 + 753cd22 commit 89b0dd9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "bmipy"
33
requires-python = ">=3.10"
44
description = "Basic Model Interface for Python"
5+
license = "MIT"
6+
license-files = ["LICENSE"]
57
keywords = [
68
"BMI",
79
"Basic Model Interface",
@@ -15,7 +17,6 @@ maintainers = [
1517
classifiers = [
1618
"Development Status :: 4 - Beta",
1719
"Intended Audience :: Science/Research",
18-
"License :: OSI Approved :: MIT License",
1920
"Operating System :: OS Independent",
2021
"Programming Language :: Python :: 3 :: Only",
2122
"Programming Language :: Python :: 3.10",
@@ -33,9 +34,6 @@ dynamic = [
3334
"readme",
3435
]
3536

36-
[project.license]
37-
text = "MIT"
38-
3937
[project.scripts]
4038
bmipy-render = "bmipy._cmd:main"
4139

0 commit comments

Comments
 (0)