diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-05-17 10:54:43 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-05-17 10:54:43 (GMT) |
commit | 4fc2a008b8350401baafbe439957936b670592e2 (patch) | |
tree | f5fd414295a3f911a038cf7576813e4e882d132a /Lib | |
parent | e127e24359d01742fe0aff8fa5bc949f166071ca (diff) | |
download | cpython-4fc2a008b8350401baafbe439957936b670592e2.zip cpython-4fc2a008b8350401baafbe439957936b670592e2.tar.gz cpython-4fc2a008b8350401baafbe439957936b670592e2.tar.bz2 |
upgraded distutils docs w.r.t. the manifest regeneration
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/distutils/command/sdist.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/distutils/command/sdist.py b/Lib/distutils/command/sdist.py index 4cede72..087ae9d 100644 --- a/Lib/distutils/command/sdist.py +++ b/Lib/distutils/command/sdist.py @@ -63,7 +63,8 @@ class sdist(Command): "just regenerate the manifest and then stop " "(implies --force-manifest)"), ('force-manifest', 'f', - "forcibly regenerate the manifest and carry on as usual"), + "forcibly regenerate the manifest and carry on as usual. " + "Deprecated: now the manifest is always regenerated."), ('formats=', None, "formats for source distribution (comma-separated list)"), ('keep-temp', 'k', |