summaryrefslogtreecommitdiff
path: root/command/sdist.py
diff options
context:
space:
mode:
Diffstat (limited to 'command/sdist.py')
-rw-r--r--command/sdist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/sdist.py b/command/sdist.py
index c8101a70..d8908328 100644
--- a/command/sdist.py
+++ b/command/sdist.py
@@ -17,7 +17,7 @@ from distutils.text_file import TextFile
from distutils.errors import DistutilsExecError
-class Sdist (Command):
+class sdist (Command):
description = "create a source distribution (tarball, zip file, etc.)"