|
From: <mi...@us...> - 2023-05-10 10:12:23
|
Revision: 9379
http://sourceforge.net/p/docutils/code/9379
Author: milde
Date: 2023-05-10 10:12:20 +0000 (Wed, 10 May 2023)
Log Message:
-----------
Include "tox.ini" in sdist packages.
Fixes [bugs:#467]
Modified Paths:
--------------
trunk/docutils/HISTORY.txt
trunk/docutils/MANIFEST.in
Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt 2023-05-10 10:12:11 UTC (rev 9378)
+++ trunk/docutils/HISTORY.txt 2023-05-10 10:12:20 UTC (rev 9379)
@@ -16,8 +16,10 @@
Changes since 0.20
==================
-Nothing yet
+* docutils/MANIFEST.in
+ - Include tox.ini in the source package (bug #467).
+
Release 0.20 (2023-05-09)
=========================
Modified: trunk/docutils/MANIFEST.in
===================================================================
--- trunk/docutils/MANIFEST.in 2023-05-10 10:12:11 UTC (rev 9378)
+++ trunk/docutils/MANIFEST.in 2023-05-10 10:12:20 UTC (rev 9379)
@@ -1,4 +1,5 @@
include *.txt
+include tox.ini
include install.py
recursive-include docutils *
recursive-include docs *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|