From 2fdc4fa6cb669c60ec5b5c5b8ae0c34f04e0863d Mon Sep 17 00:00:00 2001 From: GreatBahram Date: Tue, 11 Dec 2018 09:03:08 +0330 Subject: [PATCH] simple bug fix in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []