Skip to content

Commit 84ccc5e

Browse files
eivindjahrenlarsevj
authored andcommitted
Fix license in project.toml
In order to comply with https://peps.python.org/pep-0639
1 parent 02e8e3b commit 84ccc5e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ authors = [
1515
{ name = "National Renewable Energy Laboratory (NREL)" },
1616
]
1717
readme = "README.md"
18-
license = {text = "Apache 2.0"}
18+
license = "Apache-2.0"
1919
dynamic = ["version", "dependencies"]
2020

2121
classifiers = ['Intended Audience :: Science/Research',
2222
'Natural Language :: English',
23-
'License :: OSI Approved :: Apache Software License',
2423
'Operating System :: OS Independent',
2524
'Programming Language :: Python',
2625
'Programming Language :: Python :: 3.11',

0 commit comments

Comments
 (0)