From 490c425e247753d80c4b512e0f9db6e66733cf53 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Sun, 5 May 2013 22:38:43 +0200 Subject: [PATCH] Fixed metadata --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index f186841..3796806 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup setup( name = 'feedgen', packages = ['feedgen'], - version = '0.1', + version = '0.2', description = 'Feed Generator (ATOM, RSS, Podcasts)', author = 'Lars Kiesow', author_email = 'lkiesow@uos.de', @@ -35,9 +35,9 @@ setup( Feedgenerator ============= -This module can be used to generate web feeds in both ATOM and RSS format. -The included PodcastGenerator can furthermore generate all of Apples RSS -extension for Podcasts. +This module can be used to generate web feeds in both ATOM and RSS format. It +has support for extensions. Included is for example an extension to produce +Podcasts. 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