Skip to content

Commit 7f1e998

Browse files
authored
Merge pull request #954 from brettcannon/source-trees
Define what a source tree is
2 parents 0bde60b + c94bfe3 commit 7f1e998

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

source/specifications/source-distribution-format.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ specification.
2020

2121
Source distributions are also known as *sdists* for short.
2222

23+
Source trees
24+
============
25+
26+
A *source tree* is a collection of files and directories -- like a version
27+
control system checkout -- which contains a :file:`pyproject.toml` file that
28+
can be use to build a source distribution from the contained files and
29+
directories. :pep:`517` and :pep:`518` specify what is required to meet the
30+
definition of what :file:`pyproject.toml` must contain for something to be
31+
deemed a source tree.
32+
2333
Source distribution file name
2434
=============================
2535

0 commit comments

Comments
 (0)