Skip to content

Commit

Permalink
PEP 751: fix section order (#4259)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Feb 7, 2025
1 parent 53b70c1 commit 12c0fa7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions peps/pep-0751.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,17 +177,6 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
(i.e. the minimum viable Python version for the lock file).


``[[packages]]``
================

- **Type**: array of tables
- **Required?**: yes
- **Inspiration**: PDM_, Poetry_, uv_
- An array containing all packages that *may* be installed.
- Packages MAY be listed multiple times with varying data, but all packages to
be installed MUST narrow down to a single entry at install time.


``created-by``
==============

Expand All @@ -201,6 +190,17 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
Python package to facilitate finding the tool.


``[[packages]]``
================

- **Type**: array of tables
- **Required?**: yes
- **Inspiration**: PDM_, Poetry_, uv_
- An array containing all packages that *may* be installed.
- Packages MAY be listed multiple times with varying data, but all packages to
be installed MUST narrow down to a single entry at install time.


.. Identification
``packages.name``
Expand Down

0 comments on commit 12c0fa7

Please sign in to comment.