Renamed all command classes so they're exactly the same as the name of the

command itself: no more of this "FooBar class for foo_bar command"
silliness.
This commit is contained in:
Greg Ward 2000-02-18 00:13:53 +00:00
parent e1b1c94a0c
commit 1993f9ad0e
10 changed files with 10 additions and 10 deletions

View file

@ -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.)"