Updated description.
This commit is contained in:
parent
bcae1b018c
commit
92420c5a08
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
Dosage
|
||||
=======
|
||||
|
||||
Dosage is a powerful webcomic downloader and archiver.
|
||||
Dosage is a commandline webcomic downloader and archiver.
|
||||
|
||||
Introduction
|
||||
-------------
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.TH DOSAGE 1
|
||||
.SH NAME
|
||||
dosage \- comic strip downloader
|
||||
dosage \- a commandline webcomic downloader and archiver
|
||||
.SH SYNOPSIS
|
||||
\fBdosage\fP [\fIoptions\fP] \fImodule\fP...
|
||||
.SH DESCRIPTION
|
||||
|
|
2
setup.py
2
setup.py
|
@ -167,7 +167,7 @@ class MyDistribution (Distribution, object):
|
|||
args = dict(
|
||||
name = AppName,
|
||||
version = AppVersion,
|
||||
description = 'a powerful webcomic downloader and archiver',
|
||||
description = 'a commandline webcomic downloader and archiver',
|
||||
author = 'Tristan Seligmann, Jonathan Jacobs, Bastian Kleineidam',
|
||||
maintainer = 'Bastian Kleineidam',
|
||||
maintainer_email = 'calvin@users.sourceforge.net',
|
||||
|
|
Loading…
Reference in a new issue