diff --git a/docs/setuptools.rst b/docs/setuptools.rst index ef70fe61cc..ce1962706c 100644 --- a/docs/setuptools.rst +++ b/docs/setuptools.rst @@ -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``. diff --git a/newsfragments/4941.misc.rst b/newsfragments/4941.misc.rst new file mode 100644 index 0000000000..6e9402d95e --- /dev/null +++ b/newsfragments/4941.misc.rst @@ -0,0 +1 @@ +Updated project description -- by :user:`Avasam` diff --git a/pyproject.toml b/pyproject.toml index 4864673e99..2fe6669e66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",