diff --git a/setup.py b/setup.py index 4a6b9389..6583cff1 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ class DebCommand(Command): class UploadCommand(Command): - """Support setup.py publish.""" + """Support setup.py upload.""" description = "Build and publish the package." user_options = []