Setuptools build system
Go to file
Jason R. Coombs 1aed0ff9ba
Bump version: 67.7.2 → 67.8.0
2023-05-19 13:51:03 -04:00
.github Merge https://github.com/jaraco/skeleton 2023-05-10 21:17:07 -04:00
_distutils_hack Add exclusions for specific tests. Fixes #3383. 2022-06-17 12:11:55 -04: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.7.2 → 67.8.0 2023-05-19 13:51:03 -04:00
docs Fix typo in docs 2023-04-25 16:22:59 -05:00
pkg_resources Handle Python3.12a7 compatibility problems 2023-04-19 17:18:27 +01:00
setuptools Merge pull request #3128 from gst/fix-easy-install-pth-file-not-reloaded-before-save 2023-05-19 13:47:39 -04:00
tools Add typing extensions for compatibility with Python 3.7. 2023-01-13 11:15:15 -05:00
.bumpversion.cfg Bump version: 67.7.2 → 67.8.0 2023-05-19 13:51:03 -04: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
.readthedocs.yaml rename `.readthedocs.yml` to `.readthedocs.yaml` (RTD docs indicate that `.readthedocs.yml` will be deprecated) (#68) 2022-10-13 15:00:05 -04:00
CHANGES.rst Bump version: 67.7.2 → 67.8.0 2023-05-19 13:51:03 -04: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-01-02 18:41:06 -05: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 Merge spelling/space improvements (#3695, #3698, #3697, #3699) 2022-11-23 13:50:38 +00: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-10 21:17:07 -04:00
setup.cfg Bump version: 67.7.2 → 67.8.0 2023-05-19 13:51:03 -04: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 Overhaul for better visibility of warnings (#3849) 2023-04-20 14:24:08 +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/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.