Lines Matching full:setuptools
2 Building and Distributing Packages with Setuptools
5 ``Setuptools`` is a collection of enhancements to the Python ``distutils``
10 Packages built and distributed using ``setuptools`` look to the user like
90 Setuptools automatically calls ``declare_namespace()`` for you at runtime,
99 During the remainder of the current development cycle, therefore, setuptools
130 build is invoked, ``setuptools`` emulates a dummy ``setup.py`` file containing
131 only a ``setuptools.setup()`` call.
153 "setuptools >= 40.9.0",
156 build-backend = "setuptools.build_meta"
164 put a ``setup.py`` file containing only a ``setuptools.setup()``
173 ``Setuptools`` exposes a ``read_configuration()`` function for
179 from setuptools.config import read_configuration
209 setuptools, and the `setuptools bug tracker`_ ONLY for issues you have
213 .. _GitHub Discussions: https://github.com/pypa/setuptools/discussions
214 .. _setuptools bug tracker: https://github.com/pypa/setuptools/
220 .. [#manifest] The default behaviour for ``setuptools`` will work well for pure