diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-01-20 11:38:48 +0000 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-01-20 11:38:48 +0000 |
commit | 275bd48f231de87c365bd870a0916db480883e52 (patch) | |
tree | b857d8ba64492e1377a876ac00b6e9dff958c75a | |
parent | 3d3ab74d05959c22583d4d7caf0ddef4684a33a4 (diff) | |
download | python-setuptools-git-275bd48f231de87c365bd870a0916db480883e52.tar.gz |
Remove deprecated communication platforms
-rw-r--r-- | docs/development/developer-guide.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/development/developer-guide.rst b/docs/development/developer-guide.rst index 6131b703..d2cf1592 100644 --- a/docs/development/developer-guide.rst +++ b/docs/development/developer-guide.rst @@ -25,12 +25,11 @@ Setuptools is maintained primarily in GitHub at `this home Python Packaging Authority (PyPA) with several core contributors. All bugs for Setuptools are filed and the canonical source is maintained in GitHub. -User support and discussions are done through the issue tracker (for specific) -issues, through `GitHub Discussions <https://github.com/pypa/setuptools/discussions>`_, -or on IRC (Freenode) at #pypa. +User support and discussions are done through +`GitHub Discussions <https://github.com/pypa/setuptools/discussions>`_, +or the issue tracker (for specific issues). -Discussions about development happen on GitHub Discussions, -`Gitter <https://gitter.im/pypa/setuptools>`_ or +Discussions about development happen on GitHub Discussions or the ``setuptools`` channel on `PyPA Discord <https://discord.com/invite/pypa>`_. ----------------- |