There was an error while loading. Please reload this page.
2 parents 534bbe3 + 7057490 commit ad8e4b0Copy full SHA for ad8e4b0
1 file changed
doc/cmdline.rst
@@ -45,9 +45,6 @@ Build a wheel and an sdist (tarball) from the package.
45
in an sdist, and then apply inclusions and exclusions :ref:`from pyproject.toml
46
<pyproject_toml_sdist>`.
47
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
-
51
.. option:: --no-use-vcs
52
53
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.
57
54
by tools calling Flit as a backend, such as `build
58
55
<https://pypa-build.readthedocs.io/en/stable/>`_.
59
56
+ This is the default for Flit version 4 and above.
+
60
.. _publish_cmd:
61
62
``flit publish``
0 commit comments