• Home
Name
Date
Size
#Lines
LOC

..--

_distutils_hack/03-May-2024-190129

changelog.d/03-May-2024-9470

docs/03-May-2024-13,53610,096

pkg_resources/03-May-2024-23,67218,112

setuptools/03-May-2024-75,36857,392

setuptools.egg-info/03-May-2024-703663

tools/03-May-2024-416328

Android.bpD03-May-20241.9 KiB5551

CHANGES.rstD03-May-2024192 KiB6,3974,434

LICENSED03-May-20241 KiB2016

MANIFEST.inD03-May-2024555 1817

METADATAD03-May-2024408 1816

MODULE_LICENSE_MITD03-May-20240

OWNERSD03-May-202446 21

PKG-INFOD03-May-20243.6 KiB10476

README.rstD03-May-20242.6 KiB7449

conftest.pyD03-May-20241.4 KiB5137

exercises.pyD03-May-2024163 74

launcher.cD03-May-202410.1 KiB337196

pyproject.tomlD03-May-20241.2 KiB6046

pytest.iniD03-May-20242.6 KiB6351

setup.cfgD03-May-20244.5 KiB151141

setup.pyD03-May-20242.6 KiB8863

tox.iniD03-May-20241.8 KiB8679

README.rst

1.. image:: https://raw.githubusercontent.com/pypa/setuptools/main/docs/images/banner-640x320.svg
2   :align: center
3
4|
5
6.. image:: https://img.shields.io/pypi/v/setuptools.svg
7   :target: `PyPI link`_
8
9.. image:: https://img.shields.io/pypi/pyversions/setuptools.svg
10   :target: `PyPI link`_
11
12.. _PyPI link: https://pypi.org/project/setuptools
13
14.. image:: https://github.com/pypa/setuptools/workflows/tests/badge.svg
15   :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%22
16   :alt: tests
17
18.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
19   :target: https://github.com/psf/black
20   :alt: Code style: Black
21
22.. image:: https://img.shields.io/readthedocs/setuptools/latest.svg
23    :target: https://setuptools.pypa.io
24
25.. image:: https://img.shields.io/badge/skeleton-2022-informational
26   :target: https://blog.jaraco.com/skeleton
27
28.. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white
29   :target: https://codecov.io/gh/pypa/setuptools
30
31.. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat
32   :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme
33
34.. image:: https://img.shields.io/discord/803025117553754132
35   :target: https://discord.com/channels/803025117553754132/815945031150993468
36   :alt: Discord
37
38See the `Installation Instructions
39<https://packaging.python.org/installing/>`_ in the Python Packaging
40User's Guide for instructions on installing, upgrading, and uninstalling
41Setuptools.
42
43Questions and comments should be directed to `GitHub Discussions
44<https://github.com/pypa/setuptools/discussions>`_.
45Bug reports and especially tested patches may be
46submitted directly to the `bug tracker
47<https://github.com/pypa/setuptools/issues>`_.
48
49
50Code of Conduct
51===============
52
53Everyone interacting in the setuptools project's codebases, issue trackers,
54chat rooms, and fora is expected to follow the
55`PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_.
56
57
58For Enterprise
59==============
60
61Available as part of the Tidelift Subscription.
62
63Setuptools and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.
64
65`Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_.
66
67
68Security Contact
69================
70
71To report a security vulnerability, please use the
72`Tidelift security contact <https://tidelift.com/security>`_.
73Tidelift will coordinate the fix and disclosure.
74