Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions doc/cmdline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<pyproject_toml_sdist>`.

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
Expand All @@ -72,6 +69,8 @@ Build a wheel and an sdist (tarball) from the package.
by tools calling Flit as a backend, such as `build
<https://pypa-build.readthedocs.io/en/stable/>`_.

This is the default for Flit version 4 and above.

.. _publish_cmd:

``flit publish``
Expand Down