Skip to content

Commit 8b5500a

Browse files
committed
Include license in project metadata
I'd completely forgotten to specify it before, other than in the project classifiers. This meant that the license file wasn't included in the sdist or wheels, and *that* was causing the conda-forge builds to fail.
1 parent 5387122 commit 8b5500a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[project]
2-
version = "0.3.0"
2+
version = "0.4.0"
33
name = "odc-loader"
44
description = "Tooling for constructing xarray objects from parsed metadata"
55
readme = "README.md"
66
requires-python = ">= 3.10"
7+
license = {file = "LICENSE"}
78
dependencies = [
89
"affine",
910
"odc-geo>=0.4.7",

0 commit comments

Comments
 (0)