We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bde60b commit c94bfe3Copy full SHA for c94bfe3
1 file changed
source/specifications/source-distribution-format.rst
@@ -20,6 +20,16 @@ specification.
20
21
Source distributions are also known as *sdists* for short.
22
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
33
Source distribution file name
34
=============================
35
0 commit comments