Fixed metadata
This commit is contained in:
parent
71058829e7
commit
490c425e24
1 changed files with 4 additions and 4 deletions
8
setup.py
8
setup.py
|
@ -5,7 +5,7 @@ from distutils.core import setup
|
||||||
setup(
|
setup(
|
||||||
name = 'feedgen',
|
name = 'feedgen',
|
||||||
packages = ['feedgen'],
|
packages = ['feedgen'],
|
||||||
version = '0.1',
|
version = '0.2',
|
||||||
description = 'Feed Generator (ATOM, RSS, Podcasts)',
|
description = 'Feed Generator (ATOM, RSS, Podcasts)',
|
||||||
author = 'Lars Kiesow',
|
author = 'Lars Kiesow',
|
||||||
author_email = 'lkiesow@uos.de',
|
author_email = 'lkiesow@uos.de',
|
||||||
|
@ -35,9 +35,9 @@ setup(
|
||||||
Feedgenerator
|
Feedgenerator
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This module can be used to generate web feeds in both ATOM and RSS format.
|
This module can be used to generate web feeds in both ATOM and RSS format. It
|
||||||
The included PodcastGenerator can furthermore generate all of Apples RSS
|
has support for extensions. Included is for example an extension to produce
|
||||||
extension for Podcasts.
|
Podcasts.
|
||||||
|
|
||||||
It is licensed under the terms of both, the FreeBSD license and the LGPLv3+.
|
It is licensed under the terms of both, the FreeBSD license and the LGPLv3+.
|
||||||
Choose the one which is more convenient for you. For more details have a look
|
Choose the one which is more convenient for you. For more details have a look
|
||||||
|
|
Loading…
Reference in a new issue