simple bug fix in setup.py

This commit is contained in:
GreatBahram
2018-12-11 09:03:08 +03:30
parent 51b46c9f58
commit 2fdc4fa6cb
+1 -1
View File
@@ -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 = []