Skip to content

Commit

Permalink
Merge pull request #1410 from hugovk/rm-distribute
Browse files Browse the repository at this point in the history
Remove outdated "distribute" fork info
  • Loading branch information
willingc committed Nov 19, 2023
2 parents 3f96969 + 3843f85 commit cbe211f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions source/key_projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,23 +268,19 @@ display on PyPI.
.. _setuptools:
.. _easy_install:

setuptools
Setuptools
==========

`Docs <https://setuptools.readthedocs.io/en/latest/>`__ |
`Issues <https://github.com/pypa/setuptools/issues>`__ |
`GitHub <https://github.com/pypa/setuptools>`__ |
`PyPI <https://pypi.org/project/setuptools>`__

setuptools (which includes ``easy_install``) is a collection of
Setuptools (which includes ``easy_install``) is a collection of
enhancements to the Python distutils that allow you to more easily
build and distribute Python :term:`distributions <Distribution
Package>`, especially ones that have dependencies on other packages.

`distribute`_ was a fork of setuptools that was merged back into setuptools (in
v0.7), thereby making setuptools the primary choice for Python packaging.


.. _trove-classifiers:

trove-classifiers
Expand Down Expand Up @@ -742,6 +738,5 @@ information, see the section on :ref:`Creating and using Virtual Environments`.

----

.. _distribute: https://pypi.org/project/distribute
.. _Sphinx: https://www.sphinx-doc.org/en/master/
.. _pytest: https://docs.pytest.org/en/stable/

0 comments on commit cbe211f

Please sign in to comment.