SF.net SVN: docutils:[9623 ] trunk/docutils/pyproject .toml
grubert--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9623
http://sourceforge.net/p/docutils/code/9623
Author: grubert
Date: 2024-04-09 19:28:16 +0000 (Tue, 09 Apr 2024)
Log Message:
-----------
specify sdist content
Modified Paths:
--------------
trunk/docutils/pyproject.toml
Modified: trunk/docutils/pyproject.toml
===================================================================
--- trunk/docutils/pyproject.toml 2024-04-09 18:04:10 UTC (rev 9622)
+++ trunk/docutils/pyproject.toml 2024-04-09 19:28:16 UTC (rev 9623)
@@ -103,16 +103,16 @@
# 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 = [
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.