X7ROOT File Manager
Current Path:
/opt/alt/python38/share/doc/alt-python38-setuptools/userguide
opt
/
alt
/
python38
/
share
/
doc
/
alt-python38-setuptools
/
userguide
/
ðŸ“
..
📄
commands.rst
(26.73 KB)
📄
datafiles.rst
(7.69 KB)
📄
declarative_config.rst
(10.36 KB)
📄
dependency_management.rst
(10.68 KB)
📄
development_mode.rst
(2.74 KB)
📄
distribution.rst
(12.45 KB)
📄
entry_point.rst
(5.13 KB)
📄
extension.rst
(10.53 KB)
📄
functionalities_rewrite.rst
(342 B)
📄
index.rst
(1.12 KB)
📄
keywords.rst
(8.71 KB)
📄
miscellaneous.rst
(5.54 KB)
📄
package_discovery.rst
(6.89 KB)
📄
quickstart.rst
(7.98 KB)
Editing: index.rst
================================================== 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
Upload File
Create Folder