From 7057490cd39ca82365ed5e78cb856cb011fdeaf6 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Fri, 14 Aug 2026 13:21:10 +0200 Subject: [PATCH] Update documentation about --use-vcs --- doc/cmdline.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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``