summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBarry Warsaw2014-04-15 12:06:47 -0400
committerBarry Warsaw2014-04-15 12:06:47 -0400
commit29d6d587389c32eb84d7faa51e3072e02e385c2d (patch)
treef3f6dc6c6fc3421cce055f4beee1d5bf63d56007 /src
parentf4af2ce43fe08809fb7adcd9f20b1f387b2191a7 (diff)
parentcd5f7984f5f7037ba3d0288076a1456c6b83da95 (diff)
downloadmailman-29d6d587389c32eb84d7faa51e3072e02e385c2d.tar.gz
mailman-29d6d587389c32eb84d7faa51e3072e02e385c2d.tar.zst
mailman-29d6d587389c32eb84d7faa51e3072e02e385c2d.zip
Diffstat (limited to 'src')
-rw-r--r--src/mailman/docs/NEWS.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index b3399675e..f41542a22 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -19,6 +19,7 @@ Development
how to build Mailman and run the test suite. Also, use ``-P`` to select a
test pattern and ``-E`` to enable stderr debugging in runners.
* Use the ``enum34`` package instead of ``flufl.enum``.
+ * Use ``setuptools`` instead of ``distribute``, since the latter is defunct.
REST
----