mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
#7973: Fix distutils options spelling.
This commit is contained in:
parent
dee7b8503d
commit
56be37cef2
3 changed files with 3 additions and 3 deletions
|
|
@ -176,7 +176,7 @@ easily specify multiple formats in one run. If you need to do both, you can
|
|||
explicitly specify multiple :command:`bdist_\*` commands and their options::
|
||||
|
||||
python setup.py bdist_rpm --packager="John Doe <jdoe@example.org>" \
|
||||
bdist_wininst --target_version="2.0"
|
||||
bdist_wininst --target-version="2.0"
|
||||
|
||||
Creating RPM packages is driven by a :file:`.spec` file, much as using the
|
||||
Distutils is driven by the setup script. To make your life easier, the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue