Lines Matching full:setuptools
2 ``setuptools`` Quickstart
8 To install the latest version of setuptools, use::
10 pip install --upgrade setuptools
15 The landscape of Python packaging is shifting and ``Setuptools`` has evolved to
28 For basic use of setuptools, you will need a ``pyproject.toml`` with the
29 exact following info, which declares you want to use ``setuptools`` to
35 requires = ["setuptools"]
36 build-backend = "setuptools.build_meta"
41 Setuptools currently supports configurations from either ``setup.cfg``,
67 from setuptools import setup
145 from setuptools import find_packages # or find_namespace_packages
162 [tool.setuptools.packages]
166 [tool.setuptools.packages.find]
173 ``setuptools`` walks through the directory specified in ``where`` (omitted
181 Starting with version 61.0.0, setuptools' automatic discovery capabilities
192 Setuptools supports automatic creation of scripts upon installation, that runs
237 Packages built with ``setuptools`` can specify dependencies to be automatically
290 are placed in a platform-specific location. Setuptools offers three ways to
315 [tool.setuptools]
321 This tells setuptools to install any data files it finds in your packages.
331 ``setuptools`` allows you to install a package without copying any files
357 from setuptools import setup
379 understanding how ``setup.cfg`` is parsed by ``setuptools`` to ease the pain of
412 options via the ``[project]`` and ``[tool.setuptools]`` tables is still