summaryrefslogtreecommitdiff
path: root/distutils/command/upload.py
diff options
context:
space:
mode:
Diffstat (limited to 'distutils/command/upload.py')
-rw-r--r--distutils/command/upload.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/distutils/command/upload.py b/distutils/command/upload.py
index 16e15d8b..caf15f04 100644
--- a/distutils/command/upload.py
+++ b/distutils/command/upload.py
@@ -27,7 +27,6 @@ _FILE_CONTENT_DIGESTS = {
class upload(PyPIRCCommand):
-
description = "upload binary package to PyPI"
user_options = PyPIRCCommand.user_options + [