Skip to content

Commit f9cab0c

Browse files
committed
update pyproject.toml
1 parent c61121d commit f9cab0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ dynamic = ["version"]
88
description = "Tools to interface with Radiance for the PV researcher"
99
readme = "README.md"
1010
requires-python = ">=3.8"
11-
license = {text = "BSD License (3 clause)"}
11+
license = "BSD-3-Clause"
12+
license-files = ["LICENSE"]
1213
authors = [
1314
{name = "Chris Deline", email = "chris.deline@nrel.gov"},
1415
{name = "Silvana Ovaitt", email = "silvana.ovaitt@nrel.gov"}
@@ -17,7 +18,6 @@ keywords = ["bifacial", "radiance", "photovoltaics", "pv", "ray tracing"]
1718
classifiers = [
1819
"Development Status :: 4 - Beta",
1920
"Intended Audience :: Science/Research",
20-
"License :: OSI Approved :: BSD License",
2121
"Programming Language :: Python :: 3",
2222
"Programming Language :: Python :: 3.8",
2323
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)