Skip to content

Commit

Permalink
Include license in project metadata
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
omad committed Dec 13, 2024
1 parent 5387122 commit 8b5500a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[project]
version = "0.3.0"
version = "0.4.0"
name = "odc-loader"
description = "Tooling for constructing xarray objects from parsed metadata"
readme = "README.md"
requires-python = ">= 3.10"
license = {file = "LICENSE"}
dependencies = [
"affine",
"odc-geo>=0.4.7",
Expand Down

0 comments on commit 8b5500a

Please sign in to comment.