Navigation Menu

Skip to content

Commit

Permalink
Fixed a typo on the sdist_dsc.py which was throwing exception from pa…
Browse files Browse the repository at this point in the history
…ver. Fix #14
  • Loading branch information
mattions authored and astraw committed Nov 30, 2009
1 parent e89121a commit 9d7227d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdeb/command/sdist_dsc.py
Expand Up @@ -12,7 +12,7 @@


class sdist_dsc(Command):
decription = "distutils command to create a debian source distribution"
description = "distutils command to create a debian source distribution"

user_options = stdeb_cmdline_opts + [
('use-premade-distfile=','P',
Expand Down

0 comments on commit 9d7227d

Please sign in to comment.