Browse Source
Reset description
Signed-off-by: Lars Kiesow <lkiesow@uos.de>
bandit
Lars Kiesow
7 years ago
No known key found for this signature in database
GPG Key ID: 5DAFE8D9C823CE73
2 changed files with
2 additions and
4 deletions
-
.gitignore
-
setup.py
|
|
@ -10,5 +10,3 @@ feedgen/tests/tmp_Rssfeed.xml |
|
|
|
tmp_Atomfeed.xml |
|
|
|
|
|
|
|
tmp_Rssfeed.xml |
|
|
|
|
|
|
|
build/** |
|
|
|
|
|
@ -10,11 +10,11 @@ setup( |
|
|
|
name = 'feedgen', |
|
|
|
packages = packages, |
|
|
|
version = feedgen.version.version_full_str, |
|
|
|
description = 'Feed Generator (ATOM, RSS, Podcasts, torrent)', |
|
|
|
description = 'Feed Generator (ATOM, RSS, Podcasts)', |
|
|
|
author = 'Lars Kiesow', |
|
|
|
author_email = 'lkiesow@uos.de', |
|
|
|
url = 'http://lkiesow.github.io/python-feedgen', |
|
|
|
keywords = ['feed','ATOM','RSS','podcast','torrent'], |
|
|
|
keywords = ['feed','ATOM','RSS','podcast'], |
|
|
|
license = 'FreeBSD and LGPLv3+', |
|
|
|
install_requires = ['lxml', 'python-dateutil'], |
|
|
|
classifiers = [ |
|
|
|