Skip to content

Commit ec27ad6

Browse files
committed
fix setuptools warnings
1 parent f9cab0c commit ec27ad6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
description = "Tools to interface with Radiance for the PV researcher"
99
readme = "README.md"
1010
requires-python = ">=3.8"
11-
license = "BSD-3-Clause"
11+
license = {text = "BSD-3-Clause"}
1212
license-files = ["LICENSE"]
1313
authors = [
1414
{name = "Chris Deline", email = "chris.deline@nrel.gov"},

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test = pytest
1515

1616
# OPTIONAL AFTER THIS:
1717
[metadata]
18-
description-file = README.md
18+
description_file = README.md
1919

2020
[bdist_wheel]
2121
universal = 1

0 commit comments

Comments
 (0)