From 40dbdf5256e2b1e05133f0d667cfe7c52e0bde66 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Sat, 4 May 2013 22:39:05 +0200 Subject: [PATCH] Added further metadata --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 649826e..e051e68 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,8 @@ setup( author_email = 'lkiesow@uos.de', url = 'https://github.com/lkiesow/pyFeedGenerator', keywords = ['feed','ATOM','RSS','podcast'], + license = 'FreeBSD and LGPLv3+', + requires = ['lxml', 'dateutils'], classifiers = [ 'Development Status :: 4 - Beta', 'Development Status :: 5 - Production/Stable',