Skip to content

Commit 0fb3d48

Browse files
committed
Add license-file field to pyproject.toml
1 parent 7f109d4 commit 0fb3d48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ readme = "README.md"
2525
requires-python = ">=3.9"
2626
keywords = ["solar energy", "photovoltaics", "solar collector", "shading"]
2727
license = "BSD-3-Clause"
28+
license-files = ["LICEN[CS]E*"]
2829
classifiers = [
2930
"Programming Language :: Python :: 3",
3031
"Programming Language :: Python :: 3.9",
@@ -58,6 +59,7 @@ doc = [
5859
Documentation = "https://twoaxistracking.readthedocs.io"
5960
Issues = "https://github.com/pvlib/twoaxistracking/issues"
6061
Repository = "https://github.com/pvlib/twoaxistracking.git"
62+
Changelog = "https://github.com/pvlib/twoaxistracking/blob/main/docs/source/whatsnew.md"
6163

6264
[tool.pytest.ini_options]
6365
addopts = "--cov=twoaxistracking --cov-fail-under=100 --cov-report=term-missing"

0 commit comments

Comments
 (0)