Merge pull request #3371 from GreatBahram/master

simple bug fix in setup.py
This commit is contained in:
Frost Ming
2018-12-11 14:07:48 +08:00
committed by GitHub
+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 = []