Added further metadata
This commit is contained in:
parent
c6c40946a8
commit
40dbdf5256
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -11,6 +11,8 @@ setup(
|
||||||
author_email = 'lkiesow@uos.de',
|
author_email = 'lkiesow@uos.de',
|
||||||
url = 'https://github.com/lkiesow/pyFeedGenerator',
|
url = 'https://github.com/lkiesow/pyFeedGenerator',
|
||||||
keywords = ['feed','ATOM','RSS','podcast'],
|
keywords = ['feed','ATOM','RSS','podcast'],
|
||||||
|
license = 'FreeBSD and LGPLv3+',
|
||||||
|
requires = ['lxml', 'dateutils'],
|
||||||
classifiers = [
|
classifiers = [
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
|
|
Loading…
Reference in a new issue