diff options
author | Éric Araujo <merwok@netwok.org> | 2011-08-29 20:03:46 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-08-29 20:03:46 (GMT) |
commit | fb639295ac48ba22d89a12f0368c1877f3035bbe (patch) | |
tree | 3dd696f68d4ea4aa1f457a9b2099d23e035f14fd /Doc/install | |
parent | b741313ca80bad9f173a15ba6a1a1a28326ab5ce (diff) | |
download | cpython-fb639295ac48ba22d89a12f0368c1877f3035bbe.zip cpython-fb639295ac48ba22d89a12f0368c1877f3035bbe.tar.gz cpython-fb639295ac48ba22d89a12f0368c1877f3035bbe.tar.bz2 |
Print all fields when calling “pysetup metadata” without options.
When called without option (“-f field” or “--all”), “pysetup metadata”
didn’t do anything useful. Now it prints out all metadata fields. The
“--all” option is removed.
Diffstat (limited to 'Doc/install')
-rw-r--r-- | Doc/install/pysetup.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/install/pysetup.rst b/Doc/install/pysetup.rst index b88c8e1..08ba08e 100644 --- a/Doc/install/pysetup.rst +++ b/Doc/install/pysetup.rst @@ -76,7 +76,7 @@ argument. :: Name: virtualenv - $ pysetup metadata virtualenv --all + $ pysetup metadata virtualenv Metadata-Version: 1.0 Name: |