From 56f12de4cb6d35781fc9073226299ab90e567ab5 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Mon, 8 Jan 2024 03:50:21 +0000 Subject: [PATCH] Include documentation in the sdist --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 55cda1b..7378ef3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,3 +49,10 @@ name = "The Sphinx Developers" [project.entry-points."sphinx.html_themes"] alabaster = "alabaster" + +[tool.flit.sdist] +include = [ + "LICENSE.rst", + # Documentation + "docs/", +]