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',