Current Path: > > opt > alt > python311 > share > doc > alt-python311-setuptools > docs > deprecated
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
distutils | Directory | - | - | |
changed_keywords.rst | File | 2177 bytes | November 24 2022 06:08:53. | |
commands.rst | File | 29675 bytes | November 24 2022 06:08:53. | |
dependency_links.rst | File | 2859 bytes | November 24 2022 06:08:53. | |
distutils-legacy.rst | File | 2370 bytes | November 24 2022 06:08:53. | |
easy_install.rst | File | 52065 bytes | November 24 2022 06:08:53. | |
functionalities.rst | File | 1451 bytes | November 24 2022 06:08:53. | |
index.rst | File | 863 bytes | November 24 2022 06:08:53. | |
python_eggs.rst | File | 30943 bytes | November 24 2022 06:08:53. | |
resource_extraction.rst | File | 3047 bytes | November 24 2022 06:08:53. | |
zip_safe.rst | File | 3654 bytes | November 24 2022 06:08:53. |
New and Changed ``setup()`` Keywords ==================================== This document tracks historical differences between ``setuptools`` and ``distutils``. Since ``distutils`` was scheduled for removal from the standard library in Python 3.12, and ``setuptools`` started its adoption, these differences became less relevant. Please check :doc:`/references/keywords` for a complete list of keyword arguments that can be passed to the ``setuptools.setup()`` function and a their full description. .. tab:: Supported by both ``distutils`` and ``setuptoools`` ``name`` string ``version`` string ``description`` string ``long_description`` string ``long_description_content_type`` string ``author`` string ``author_email`` string ``maintainer`` string ``maintainer_email`` string ``url`` string ``download_url`` string ``packages`` list ``py_modules`` list ``scripts`` list ``ext_package`` string ``ext_modules`` list ``classifiers`` list ``distclass`` Distribution subclass ``script_name`` string ``script_args`` list ``options`` dictionary ``license`` string ``license_file`` string **deprecated** ``license_files`` list ``keywords`` string or list ``platforms`` list ``cmdclass`` dictionary ``data_files`` list **deprecated** ``package_dir`` dictionary ``requires`` string or list **deprecated** ``obsoletes`` list **deprecated** ``provides`` list .. tab:: Added or changed by ``setuptoools`` ``include_package_data`` bool ``exclude_package_data`` dictionary ``package_data`` dictionary ``zip_safe`` bool ``install_requires`` string or list ``entry_points`` dictionary ``extras_require`` dictionary ``python_requires`` string ``setup_requires`` string or list **deprecated** ``dependency_links`` list **deprecated** ``namespace_packages`` list ``test_suite`` string or function **deprecated** ``tests_require`` string or list **deprecated** ``test_loader`` class **deprecated** ``eager_resources`` list ``project_urls`` dictionary
SILENT KILLER Tool