File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,13 @@ Distribution formats
99Source distribution format
1010==========================
1111
12- The source distribution format (``sdist ``) is not currently formally defined.
13- Instead, its format is implicitly defined by the behaviour of the
14- standard library's ``distutils `` module when executing the ``setup.py sdist ``
15- command.
12+ The accepted style of source distribution format based
13+ on ``pyproject.toml ``, defined in :pep: `518 ` and adopted by :pep: `517 `
14+ has not been implemented yet.
1615
16+ There is also the legacy source distribution format, implicitly defined by
17+ the behaviour of ``distutils `` module in the the standard library,
18+ when executing ``setup.py sdist ``.
1719
1820Binary distribution format
1921==========================
You can’t perform that action at this time.
0 commit comments