Skip to content

Commit 34b9c6f

Browse files
committed
Reset description
Signed-off-by: Lars Kiesow <[email protected]>
1 parent 26b40e6 commit 34b9c6f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ feedgen/tests/tmp_Rssfeed.xml
1010
tmp_Atomfeed.xml
1111

1212
tmp_Rssfeed.xml
13-
14-
build/**

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
name = 'feedgen',
1111
packages = packages,
1212
version = feedgen.version.version_full_str,
13-
description = 'Feed Generator (ATOM, RSS, Podcasts, torrent)',
13+
description = 'Feed Generator (ATOM, RSS, Podcasts)',
1414
author = 'Lars Kiesow',
1515
author_email = '[email protected]',
1616
url = 'http://lkiesow.github.io/python-feedgen',
17-
keywords = ['feed','ATOM','RSS','podcast','torrent'],
17+
keywords = ['feed','ATOM','RSS','podcast'],
1818
license = 'FreeBSD and LGPLv3+',
1919
install_requires = ['lxml', 'python-dateutil'],
2020
classifiers = [

0 commit comments

Comments
 (0)