SF.net SVN: docutils:[9639 ] trunk/docutils
milde--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9639
http://sourceforge.net/p/docutils/code/9639
Author: milde
Date: 2024-04-12 09:50:53 +0000 (Fri, 12 Apr 2024)
Log Message:
-----------
Do not exclude "test/functional/output/" from the source package.
Modified Paths:
--------------
trunk/docutils/pyproject.toml
trunk/docutils/test/functional/output/README.txt
Modified: trunk/docutils/pyproject.toml
===================================================================
--- trunk/docutils/pyproject.toml 2024-04-12 09:50:40 UTC (rev 9638)
+++ trunk/docutils/pyproject.toml 2024-04-12 09:50:53 UTC (rev 9639)
@@ -120,9 +120,10 @@
"*/*~",
"*.DS_Store",
"*/*.DS_Store",
+ "*/.pytest_cache",
"test/alltests.out",
+ "test/functional/output/[a-z]*",
"test/record.txt",
- "test/functional/output",
]
# Codespell configuration (see https://pypi.org/project/codespell/)
Modified: trunk/docutils/test/functional/output/README.txt
===================================================================
--- trunk/docutils/test/functional/output/README.txt 2024-04-12 09:50:40 UTC (rev 9638)
+++ trunk/docutils/test/functional/output/README.txt 2024-04-12 09:50:53 UTC (rev 9639)
@@ -1,3 +1,4 @@
This is the directory where the actual output is stored.
-This README.txt is just a placeholder to make CVS create the directory.
+This README.txt is just a placeholder to ensure the directory is in the
+repository and source packages.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.