From a3d1b70c68edbad003a4f4156dde49f314c505b3 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sun, 28 Jul 2024 19:00:41 +0100 Subject: [PATCH] Rename LICENSE to LICENCE.rst --- LICENSE => LICENCE.rst | 0 pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename LICENSE => LICENCE.rst (100%) diff --git a/LICENSE b/LICENCE.rst similarity index 100% rename from LICENSE rename to LICENCE.rst diff --git a/pyproject.toml b/pyproject.toml index bbc7b49..e5f4447 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ name = "sphinxcontrib.serializinghtml" [tool.flit.sdist] include = [ "CHANGES.rst", - "LICENSE", + "LICENCE.rst", # Tests "tests/", "tox.ini",