|
From: <gr...@us...> - 2024-04-26 06:38:29
|
Revision: 9657
http://sourceforge.net/p/docutils/code/9657
Author: grubert
Date: 2024-04-26 06:38:26 +0000 (Fri, 26 Apr 2024)
Log Message:
-----------
Add tox.ini to pyproject.toml to be in sdist (bug #486).
Modified Paths:
--------------
trunk/docutils/HISTORY.txt
trunk/docutils/pyproject.toml
Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt 2024-04-25 07:20:57 UTC (rev 9656)
+++ trunk/docutils/HISTORY.txt 2024-04-26 06:38:26 UTC (rev 9657)
@@ -17,6 +17,7 @@
Release 0.22b.dev (unpublished)
===============================
+* Add tox.ini to pyproject.toml to be in sdist (bug #486).
* Fix license issue (bug #487).
Release 0.21.2 (2024-04-23)
Modified: trunk/docutils/pyproject.toml
===================================================================
--- trunk/docutils/pyproject.toml 2024-04-25 07:20:57 UTC (rev 9656)
+++ trunk/docutils/pyproject.toml 2024-04-26 06:38:26 UTC (rev 9657)
@@ -107,6 +107,7 @@
# TODO: include generated HTML ?
include = [
"*.txt",
+ "tox.ini",
"docutils/",
"docs/",
"licenses/",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|