Skip to content

Commit ad8e4b0

Browse files
authored
Merge pull request #820 from CourtBouillon/main
Update documentation about --use-vcs
2 parents 534bbe3 + 7057490 commit ad8e4b0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

doc/cmdline.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ Build a wheel and an sdist (tarball) from the package.
4545
in an sdist, and then apply inclusions and exclusions :ref:`from pyproject.toml
4646
<pyproject_toml_sdist>`.
4747

48-
This is the default for now, but we're planning to switch to ``--no-use-vcs``
49-
as the default in a future version.
50-
5148
.. option:: --no-use-vcs
5249

5350
Create the sdist starting with only the files inside the installed module
@@ -57,6 +54,8 @@ Build a wheel and an sdist (tarball) from the package.
5754
by tools calling Flit as a backend, such as `build
5855
<https://pypa-build.readthedocs.io/en/stable/>`_.
5956

57+
This is the default for Flit version 4 and above.
58+
6059
.. _publish_cmd:
6160

6261
``flit publish``

0 commit comments

Comments
 (0)