Setuptools build system
Go to file
Anderson Bravalheri 49fec9fafb Bump version: 67.8.0 → 68.0.0 2023-06-19 16:03:09 +01:00
.github Merge https://github.com/jaraco/skeleton 2023-06-18 20:46:17 -04: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
changelog.d Bump version: 67.8.0 → 68.0.0 2023-06-19 16:03:09 +01:00
docs Mention packaging on pkg_resources deprecation notes (#3949) 2023-06-19 14:16:11 +01:00
launcher update the way we pass definitions to cmake 2023-01-17 10:06:46 -08:00
pkg_resources Mention packaging on pkg_resources deprecation notes (#3949) 2023-06-19 14:16:11 +01:00
setuptools Implement workaround for missing -requiresAny (#3950) 2023-06-19 14:19:43 +01:00
tools Merge branch 'main' into es/enable_symlinks_for_windows 2023-05-19 22:00:37 -04:00
.bumpversion.cfg Bump version: 67.8.0 → 68.0.0 2023-06-19 16:03:09 +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
CHANGES.rst Bump version: 67.8.0 → 68.0.0 2023-06-19 16:03:09 +01:00
LICENSE Remove unnecessary and incorrect copyright notice. Fixes jaraco/skeleton#78. 2023-04-10 21:57:37 -04:00
MANIFEST.in Fix missing file in manifest 2022-04-01 18:39:34 +01:00
README.rst Merge https://github.com/jaraco/skeleton 2023-06-18 20:46:17 -04:00
conftest.py Fix flake8 errors 2022-03-30 20:25:46 +01: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 Merge https://github.com/jaraco/skeleton 2023-05-10 21:17:07 -04:00
pytest.ini Merge https://github.com/jaraco/skeleton 2023-05-28 20:31:29 -04:00
setup.cfg Bump version: 67.8.0 → 68.0.0 2023-06-19 16:03:09 +01:00
setup.py Remove 'lorem_ipsum' property from jaraco.text, bypassing the behavior on import and other issues. 2022-02-02 20:43:05 -05:00
tox.ini Re-enable SETUPTOOLS_ENFORCE_DEPRECATION 2023-06-19 12:14:18 +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>`_.


Security Contact
================

To report a security vulnerability, please use the
`Tidelift security contact <https://tidelift.com/security>`_.
Tidelift will coordinate the fix and disclosure.