Skip to content

Commit 3268ebd

Browse files
authored
Merge pull request #9 from openscm/one-more-licence-thing
Fix up missing licence placeholder
2 parents 1876dab + b28fe02 commit 3268ebd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog/8.trivial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed up licence metadata in `pyproject.toml`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Basic example of using fgen"
55
authors = [
66
{ name = "Zebedee Nicholls", email = "zebedee.nicholls@climate-energy-college.org" },
77
]
8-
license = { text = "placeholder" }
8+
license = { text = "3-Clause BSD License" }
99
requires-python = ">=3.9"
1010
dependencies = [
1111
"attrs>=24.3.0",

0 commit comments

Comments
 (0)