From 0d7a4442f34096ab3fdaa7cd4c2c2b9e66f86041 Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Mon, 25 Nov 2024 15:22:49 +0100 Subject: [PATCH] properly reference the readme in `pyproject.toml` (#108) * properly reference the readme * changelog [skip-ci] --- docs/changelog.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 37641cf..8d3e209 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file. ### Bug fixes +- properly reference the readme in the package metadata ({pull}`106`) + ## 0.1.0 (2024-11-25) ### Enhancements diff --git a/pyproject.toml b/pyproject.toml index 30ed6eb..94f0f46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ maintainers = [ license = { text = "Apache-2.0" } description = "Xarray extension for DGGS" keywords = ["DGGS", "xarray", "GIS"] -readme = "Readme.md" +readme = "README.md" classifiers = [ "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License",