We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d05f693 + 753cd22 commit 89b0dd9Copy full SHA for 89b0dd9
1 file changed
pyproject.toml
@@ -2,6 +2,8 @@
2
name = "bmipy"
3
requires-python = ">=3.10"
4
description = "Basic Model Interface for Python"
5
+license = "MIT"
6
+license-files = ["LICENSE"]
7
keywords = [
8
"BMI",
9
"Basic Model Interface",
@@ -15,7 +17,6 @@ maintainers = [
15
17
classifiers = [
16
18
"Development Status :: 4 - Beta",
19
"Intended Audience :: Science/Research",
- "License :: OSI Approved :: MIT License",
20
"Operating System :: OS Independent",
21
"Programming Language :: Python :: 3 :: Only",
22
"Programming Language :: Python :: 3.10",
@@ -33,9 +34,6 @@ dynamic = [
33
34
"readme",
35
]
36
-[project.license]
37
-text = "MIT"
38
-
39
[project.scripts]
40
bmipy-render = "bmipy._cmd:main"
41
0 commit comments