Setuptools build system
Go to file
Anderson Bravalheri fdfe7118c0 Bump version: 68.1.1 → 68.1.2 2023-08-18 12:27:52 +01:00
.github Bump Python version for integration tests 2023-08-18 11:28:38 +01:00
_distutils_hack Mention PEP 632 in comment 2023-06-13 12:36:54 +01:00
bootstrap.egg-info Make sure setuptools itself can be installed with editable_wheel 2022-06-15 16:43:45 +01:00
docs Temporarily igore sphinx-notfound-page 2023-08-18 08:46:11 +01:00
launcher update the way we pass definitions to cmake 2023-01-17 10:06:46 -08:00
newsfragments Bump version: 68.1.1 → 68.1.2 2023-08-18 12:27:52 +01:00
pkg_resources Apply black styling to all but vendored modules. 2023-06-26 08:01:34 -04:00
setuptools Remove sphinx from the list of integration tests 2023-08-18 11:39:19 +01:00
tools Fix tools/finalize to use NEWS instead of CHANGES (towncrier-related) 2023-08-15 17:22:58 +01:00
.bumpversion.cfg Bump version: 68.1.1 → 68.1.2 2023-08-18 12:27:52 +01:00
.codecov.yml Prevent codecov from polluting the diff view in PRs 2022-02-16 16:38:49 +00:00
.coveragerc Collapse skeleton history. Workaround for jaraco/skeleton#87. 2023-07-04 11:53:15 -04:00
.editorconfig Collapse skeleton history. Workaround for jaraco/skeleton#87. 2023-07-04 11:53:15 -04:00
.gitignore Prevent some tests from inadvertently using the project root for builds 2022-01-06 22:48:43 +00:00
.mergify.yml Allow PRs from other forks to auto-merge. 2019-01-01 13:27:41 -05:00
.readthedocs.yaml Collapse skeleton history. Workaround for jaraco/skeleton#87. 2023-07-04 11:53:15 -04:00
LICENSE Collapse skeleton history. Workaround for jaraco/skeleton#87. 2023-07-04 11:53:15 -04:00
MANIFEST.in Exclude __pycache__ and pyc files in MANIFEST.in 2023-08-08 18:48:38 +01:00
NEWS.rst Bump version: 68.1.1 → 68.1.2 2023-08-18 12:27:52 +01:00
README.rst Merge https://github.com/jaraco/tidelift 2023-07-07 22:50:45 -04:00
SECURITY.md Increase visibility of security policy. (#4) 2023-07-07 21:48:23 -04:00
conftest.py Exclude jaraco.develop on cygwin 2023-06-21 11:29:45 -04:00
exercises.py Capture performance of interpreter startup. Ref #3006. 2022-01-07 23:13:16 -05:00
launcher.c enable symlink for win 2023-01-09 14:50:35 -08:00
mypy.ini Collapse skeleton history. Workaround for jaraco/skeleton#87. 2023-07-04 11:53:15 -04:00
pyproject.toml Collapse skeleton history. Workaround for jaraco/skeleton#87. 2023-07-04 11:53:15 -04:00
pytest.ini Ignore warnings about tool.distutils 2023-08-15 15:34:06 +01:00
setup.cfg Bump version: 68.1.1 → 68.1.2 2023-08-18 12:27:52 +01:00
setup.py Apply black styling to all but vendored modules. 2023-06-26 08:01:34 -04:00
towncrier.toml Collapse skeleton history. Workaround for jaraco/skeleton#87. 2023-07-04 11:53:15 -04:00
tox.ini Merge https://github.com/jaraco/skeleton 2023-08-06 19:42:38 -04:00

README.rst

.. image:: https://img.shields.io/pypi/v/setuptools.svg
   :target: https://pypi.org/project/setuptools

.. image:: https://img.shields.io/pypi/pyversions/setuptools.svg

.. image:: https://github.com/pypa/setuptools/workflows/tests/badge.svg
   :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%22
   :alt: tests

.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json
    :target: https://github.com/astral-sh/ruff
    :alt: Ruff

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Code style: Black

.. image:: https://img.shields.io/readthedocs/setuptools/latest.svg
    :target: https://setuptools.pypa.io

.. image:: https://img.shields.io/badge/skeleton-2023-informational
   :target: https://blog.jaraco.com/skeleton

.. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white
   :target: https://codecov.io/gh/pypa/setuptools

.. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat
   :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme

.. image:: https://img.shields.io/discord/803025117553754132
   :target: https://discord.com/channels/803025117553754132/815945031150993468
   :alt: Discord

See the `Installation Instructions
<https://packaging.python.org/installing/>`_ in the Python Packaging
User's Guide for instructions on installing, upgrading, and uninstalling
Setuptools.

Questions and comments should be directed to `GitHub Discussions
<https://github.com/pypa/setuptools/discussions>`_.
Bug reports and especially tested patches may be
submitted directly to the `bug tracker
<https://github.com/pypa/setuptools/issues>`_.


Code of Conduct
===============

Everyone interacting in the setuptools project's codebases, issue trackers,
chat rooms, and fora is expected to follow the
`PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_.


For Enterprise
==============

Available as part of the Tidelift Subscription.

Setuptools 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.

`Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_.