1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/docs/internals
Claude Paroz 4686541691
Migrated setuptools configuration to pyproject.toml.
This branch migrates setuptools configuration from setup.py/setup.cfg to
pyproject.toml. In order to ensure that the generated binary files have
consistent casing (both the tarball and the wheel), setuptools version
is limited to ">=61.0.0,<69.3.0".

Configuration for flake8 was moved to a dedicated .flake8 file since
it cannot be configured via pyproject.toml.

Also, __pycache__ exclusion was removed from MANIFEST and the
extras/Makefile was replaced with a simpler build command.

Co-authored-by: Nick Pope <nick@nickpope.me.uk>
2024-06-24 15:34:43 -03:00
..
_images Refs #31676 -- Used term "merger" instead of "committer" in docs. 2022-03-22 11:13:36 +01:00
contributing Migrated setuptools configuration to pyproject.toml. 2024-06-24 15:34:43 -03:00
deprecation.txt Advanced deprecation warnings for Django 5.2. 2024-05-22 15:44:07 -03:00
git.txt Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. 2021-05-17 09:46:09 +02:00
howto-release-django.txt Migrated setuptools configuration to pyproject.toml. 2024-06-24 15:34:43 -03:00
index.txt
mailing-lists.txt Added Django Forum to mailing lists page. 2023-03-24 08:32:17 +01:00
organization.txt Fixed broken links and redirects in docs. 2024-03-06 08:50:21 +01:00
release-process.txt Refs #31676 -- Used term "merger" instead of "committer" in docs. 2022-03-22 11:13:36 +01:00
security.txt Changed severity levels to list in security policy docs. 2024-02-05 05:36:32 +01:00