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
|
||||||
=======
|
=======
|
||||||
|
|
||||||
Dosage is a powerful webcomic downloader and archiver.
|
Dosage is a commandline webcomic downloader and archiver.
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
-------------
|
-------------
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.TH DOSAGE 1
|
.TH DOSAGE 1
|
||||||
.SH NAME
|
.SH NAME
|
||||||
dosage \- comic strip downloader
|
dosage \- a commandline webcomic downloader and archiver
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
\fBdosage\fP [\fIoptions\fP] \fImodule\fP...
|
\fBdosage\fP [\fIoptions\fP] \fImodule\fP...
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -167,7 +167,7 @@ class MyDistribution (Distribution, object):
|
||||||
args = dict(
|
args = dict(
|
||||||
name = AppName,
|
name = AppName,
|
||||||
version = AppVersion,
|
version = AppVersion,
|
||||||
description = 'a powerful webcomic downloader and archiver',
|
description = 'a commandline webcomic downloader and archiver',
|
||||||
author = 'Tristan Seligmann, Jonathan Jacobs, Bastian Kleineidam',
|
author = 'Tristan Seligmann, Jonathan Jacobs, Bastian Kleineidam',
|
||||||
maintainer = 'Bastian Kleineidam',
|
maintainer = 'Bastian Kleineidam',
|
||||||
maintainer_email = 'calvin@users.sourceforge.net',
|
maintainer_email = 'calvin@users.sourceforge.net',
|
||||||
|
|
Loading…
Reference in a new issue