Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/setuptools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ Building and Distributing Packages with Setuptools
==================================================

``Setuptools`` is a collection of enhancements to the Python ``distutils``
that allow developers to more easily build and
distribute Python packages, especially ones that have dependencies on other
packages.
that allow developers to more easily build Python packages, including those
that have dependencies on other packages and C/C++ extension modules.

Packages built and distributed using ``setuptools`` look to the user like
ordinary Python packages based on the ``distutils``.
Expand Down
1 change: 1 addition & 0 deletions newsfragments/4941.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated project description -- by :user:`Avasam`
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version = "82.0.0"
authors = [
{ name = "Python Packaging Authority", email = "distutils-sig@python.org" },
]
description = "Easily download, build, install, upgrade, and uninstall Python packages"
description = "Most extensible Python build backend with support for C/C++ extension modules"
readme = "README.rst"
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down
Loading