Skip to content

Commit d4d54ee

Browse files
authored
Merge pull request #3371 from GreatBahram/master
simple bug fix in setup.py
2 parents 51b46c9 + 2fdc4fa commit d4d54ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def run(self):
6868

6969

7070
class UploadCommand(Command):
71-
"""Support setup.py publish."""
71+
"""Support setup.py upload."""
7272

7373
description = "Build and publish the package."
7474
user_options = []

0 commit comments

Comments
 (0)