From d92c6883115253e6782e9f773dc5d9b0ae0e6ea4 Mon Sep 17 00:00:00 2001 From: alasdairwilson <60351846+alasdairwilson@users.noreply.github.com> Date: Mon, 6 Jan 2025 07:20:00 +0000 Subject: [PATCH] Automatic package template update --- .cruft.json | 5 +++-- pyproject.toml.rej | 10 ++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 pyproject.toml.rej diff --git a/.cruft.json b/.cruft.json index b6429dc..a61bfd3 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/OpenAstronomy/packaging-guide", - "commit": "6fe7011594f8472635c689c9a60a359cbbfbcf17", + "commit": "ad6da17e1d8fd96456566abed30b510bf8b5f8c8", "checkout": null, "context": { "cookiecutter": { @@ -24,7 +24,8 @@ "docs/_static", ".github/workflows/sub_package_update.yml" ], - "_template": "https://github.com/OpenAstronomy/packaging-guide" + "_template": "https://github.com/OpenAstronomy/packaging-guide", + "_commit": "ad6da17e1d8fd96456566abed30b510bf8b5f8c8" } }, "directory": null diff --git a/pyproject.toml.rej b/pyproject.toml.rej new file mode 100644 index 0000000..c8d9381 --- /dev/null +++ b/pyproject.toml.rej @@ -0,0 +1,10 @@ +diff a/pyproject.toml b/pyproject.toml (rejected hunks) +@@ -10,7 +10,7 @@ name = "ripplemapper" + description = "Tools for analysing the water air interface to detect waves" + requires-python = ">=3.9" + readme = { file = "README.rst", content-type = "text/x-rst" } +-license = { file = "licenses/LICENSE.rst", content-type = "text/plain" } ++license = { file = "licenses/LICENSE.rst" } + authors = [ + { name = "Alasdair Wilson", email = "alasdair.wlsn@googlemail.com" }, + ]