diff --git a/doc/cmdline.rst b/doc/cmdline.rst index 90bfed9c..cd2a68d8 100644 --- a/doc/cmdline.rst +++ b/doc/cmdline.rst @@ -60,9 +60,6 @@ Build a wheel and an sdist (tarball) from the package. in an sdist, and then apply inclusions and exclusions :ref:`from pyproject.toml `. - This is the default for now, but we're planning to switch to ``--no-use-vcs`` - as the default in a future version. - .. option:: --no-use-vcs Create the sdist starting with only the files inside the installed module @@ -72,6 +69,8 @@ Build a wheel and an sdist (tarball) from the package. by tools calling Flit as a backend, such as `build `_. + This is the default for Flit version 4 and above. + .. _publish_cmd: ``flit publish``