mirror of https://github.com/python/cpython
fix long option markup
This commit is contained in:
parent
59075eb264
commit
297bf82920
|
@ -46,8 +46,8 @@ Before a package can be uploaded, you must be able to build a
|
||||||
distribution using the \command{sdist} Distutils command. Once that
|
distribution using the \command{sdist} Distutils command. Once that
|
||||||
works, you can run \code{python setup.py upload} to add your package
|
works, you can run \code{python setup.py upload} to add your package
|
||||||
to the PyPI archive. Optionally you can GPG-sign the package by
|
to the PyPI archive. Optionally you can GPG-sign the package by
|
||||||
supplying the \programopt{--sign} and
|
supplying the \longprogramopt{sign} and
|
||||||
\programopt{--identity} options.
|
\longprogramopt{identity} options.
|
||||||
|
|
||||||
\begin{seealso}
|
\begin{seealso}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue