summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBarry Warsaw2014-04-15 12:06:01 -0400
committerBarry Warsaw2014-04-15 12:06:01 -0400
commitcd5f7984f5f7037ba3d0288076a1456c6b83da95 (patch)
tree521db66e8ad8adbd9ef28d59eb6899339133821a /src
parent050212b8e909f881b3dcc5fa617812b8f18010d5 (diff)
downloadmailman-cd5f7984f5f7037ba3d0288076a1456c6b83da95.tar.gz
mailman-cd5f7984f5f7037ba3d0288076a1456c6b83da95.tar.zst
mailman-cd5f7984f5f7037ba3d0288076a1456c6b83da95.zip
* Use ``setuptools`` instead of ``distribute``, since the latter is defunct.
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 90dc8852a..178f6eced 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
----