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
17 changes: 0 additions & 17 deletions doc/cmdline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,6 @@ Build a wheel and an sdist (tarball) from the package.

Limit to building either ``wheel`` or ``sdist``.

.. option:: --setup-py

Generate a ``setup.py`` file in the sdist, so it can be installed by older
versions of pip.

.. option:: --no-setup-py

Don't generate a setup.py file in the sdist. This is the default.
An sdist built without this will only work with tools that support PEP 517,
but the wheel will still be usable by any compatible tool.

.. versionchanged:: 3.5

Generating ``setup.py`` disabled by default.

.. option:: --use-vcs

Use the files checked in to git or mercurial as the starting list to include
Expand Down Expand Up @@ -87,8 +72,6 @@ or another repository.
Limit to publishing either ``wheel`` or ``sdist``.
You should normally publish the two formats together.

.. option:: --setup-py
.. option:: --no-setup-py
.. option:: --use-vcs
.. option:: --no-use-vcs

Expand Down