From 3c0e480f2a05478cdbb20d42d03ddfb4f6c39299 Mon Sep 17 00:00:00 2001 From: grubert Date: Tue, 9 Apr 2024 19:28:16 +0000 Subject: [PATCH] specify sdist content git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@9623 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docutils/pyproject.toml b/docutils/pyproject.toml index 63ab53597..393acf999 100755 --- a/docutils/pyproject.toml +++ b/docutils/pyproject.toml @@ -103,16 +103,16 @@ rst2xml = "docutils.core:rst2xml" # Sdist (*.tar.gz) generation [tool.flit.sdist] -# not required with ``flit --use-vcs`` (current default) +# required as ``flit --use-vcs`` only works for git and hg (current default) # TODO: include generated HTML ? -# include = [ - # "*.txt", - # "docutils/", - # "docs/", - # "licenses/", - # "test/", - # "tools/", -# ] +include = [ + "*.txt", + "docutils/", + "docs/", + "licenses/", + "test/", + "tools/", + ] # TODO: Recursive globbing (**) is not supported yet (in exclude pattern '**/*~') exclude = [ -- 2.11.4.GIT