Skip to content

Commit

Permalink
Add --setup-py option in the relevant reference docs
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Oct 10, 2021
1 parent 8b601d3 commit 101a72c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/cmdline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ 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. This is the default for now, but a future version will
disable this by default.

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

Don't generate a setup.py file in the sdist.
Expand All @@ -60,6 +66,12 @@ or another repository.
Limit to publishing either ``wheel`` or ``sdist``.
You should normally publish the two formats together.

.. option:: --setup-py

Generate a ``setup.py`` file in the sdist, so it can be installed by older
versions of pip. This is the default for now, but a future version will
disable this by default.

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

Don't generate a setup.py file in the sdist.
Expand Down

0 comments on commit 101a72c

Please sign in to comment.