Setuptools build system
Go to file
Anderson Bravalheri 0120605db9 Bump version: 68.2.0 → 68.2.1 2023-09-11 13:28:58 +01:00
.github Fix libyaml in GHA 2023-08-24 15:26:57 +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 Reactivate sphinx-notfound 2023-09-04 14:44:17 +01:00
launcher update the way we pass definitions to cmake 2023-01-17 10:06:46 -08:00
newsfragments Bump version: 68.2.0 → 68.2.1 2023-09-11 13:28:58 +01:00
pkg_resources Apply black styling to all but vendored modules. 2023-06-26 08:01:34 -04:00
setuptools Update test deps (#4045) 2023-09-11 12:08:21 +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.2.0 → 68.2.1 2023-09-11 13:28:58 +01:00
.codecov.yml Prevent codecov from polluting the diff view in PRs 2022-02-16 16:38:49 +00:00
.coveragerc Merge https://github.com/jaraco/skeleton 2023-02-22 19:20:11 -05:00
.editorconfig Prefer spaces for rst. Fixes jaraco/skeleton#64. 2022-06-15 20:57:40 -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 Update RTD boilerplate to new issue. Ref readthedocs/readthedocs.org#10401. 2023-06-07 09:49:46 -04:00
LICENSE Remove unnecessary and incorrect copyright notice. Fixes jaraco/skeleton#78. 2023-04-10 21:57:37 -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.2.0 → 68.2.1 2023-09-11 13:28:58 +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 Apply explicit_package_bases for mypy and unpin the version. Ref python/mypy#14057. 2022-11-09 19:32:49 -05:00
pyproject.toml Update config to honor black. 2023-06-26 08:01:19 -04:00
pytest.ini Ignore warnings about tool.distutils 2023-08-15 15:34:06 +01:00
setup.cfg Bump version: 68.2.0 → 68.2.1 2023-09-11 13:28:58 +01:00
setup.py Apply black styling to all but vendored modules. 2023-06-26 08:01:34 -04:00
towncrier.toml Merge https://github.com/jaraco/skeleton 2023-06-21 19:21:32 -04:00
tox.ini Update test dependency on build 2023-09-11 11:05:35 +01: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>`_.