1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00
django/docs/internals/contributing
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
..
writing-code Migrated setuptools configuration to pyproject.toml. 2024-06-24 15:34:43 -03:00
bugs-and-features.txt Fixed #34579 -- Added Django Forum to contributing guides. 2023-05-22 20:21:18 +02:00
committing-code.txt Fixed #34579 -- Added Django Forum to contributing guides. 2023-05-22 20:21:18 +02:00
index.txt Reorganized the Contributing to Django docs. 2024-01-11 22:25:27 -03:00
localizing.txt Updated Django Transifex links. 2023-04-22 16:18:21 +02:00
new-contributors.txt Corrected various typos in contributing docs. 2022-06-30 11:09:06 +02:00
triaging-tickets.txt Fixed #34579 -- Added Django Forum to contributing guides. 2023-05-22 20:21:18 +02:00
writing-documentation.txt Restructured writing documentation contributing guide. 2023-10-21 09:44:36 +02:00