We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9cab0c commit ec27ad6Copy full SHA for ec27ad6
2 files changed
pyproject.toml
@@ -8,7 +8,7 @@ dynamic = ["version"]
8
description = "Tools to interface with Radiance for the PV researcher"
9
readme = "README.md"
10
requires-python = ">=3.8"
11
-license = "BSD-3-Clause"
+license = {text = "BSD-3-Clause"}
12
license-files = ["LICENSE"]
13
authors = [
14
{name = "Chris Deline", email = "chris.deline@nrel.gov"},
setup.cfg
@@ -15,7 +15,7 @@ test = pytest
15
16
# OPTIONAL AFTER THIS:
17
[metadata]
18
-description-file = README.md
+description_file = README.md
19
20
[bdist_wheel]
21
universal = 1
0 commit comments