Skip to content

Commit cbe211f

Browse files
authored
Merge pull request #1410 from hugovk/rm-distribute
Remove outdated "distribute" fork info
2 parents 3f96969 + 3843f85 commit cbe211f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

source/key_projects.rst

+2-7
Original file line numberDiff line numberDiff line change
@@ -268,23 +268,19 @@ display on PyPI.
268268
.. _setuptools:
269269
.. _easy_install:
270270

271-
setuptools
271+
Setuptools
272272
==========
273273

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

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

284-
`distribute`_ was a fork of setuptools that was merged back into setuptools (in
285-
v0.7), thereby making setuptools the primary choice for Python packaging.
286-
287-
288284
.. _trove-classifiers:
289285

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

743739
----
744740

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

0 commit comments

Comments
 (0)