Skip to content

Commit 41595af

Browse files
authored
Updated project description (#5178)
2 parents 3bea681 + 41a859a commit 41595af

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/setuptools.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ Building and Distributing Packages with Setuptools
33
==================================================
44

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

109
Packages built and distributed using ``setuptools`` look to the user like
1110
ordinary Python packages based on the ``distutils``.

newsfragments/4941.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated project description -- by :user:`Avasam`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ version = "82.0.0"
1414
authors = [
1515
{ name = "Python Packaging Authority", email = "distutils-sig@python.org" },
1616
]
17-
description = "Easily download, build, install, upgrade, and uninstall Python packages"
17+
description = "Most extensible Python build backend with support for C/C++ extension modules"
1818
readme = "README.rst"
1919
classifiers = [
2020
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)