Fix typo in option name

This commit is contained in:
Éric Araujo 2010-09-11 15:28:56 +00:00
parent ca6525afba
commit e861598dcb
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class sdist(Command):
('dist-dir=', 'd',
"directory to put the source distribution archive(s) in "
"[default: dist]"),
('medata-check', None,
('metadata-check', None,
"Ensure that all required elements of meta-data "
"are supplied. Warn if any missing. [default]"),
]