improve short and long description
This commit is contained in:
parent
68015a133b
commit
a9c88f3cd1
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -32,8 +32,8 @@ setup(
|
|||
name='feed2toot',
|
||||
version='0.6',
|
||||
license='GNU GPL v3',
|
||||
description='Parse rss feeds and tweet new posts to Mastodon',
|
||||
long_description='Parse rss feeds and tweet new posts to the Mastodon social network',
|
||||
description='Parse rss feeds and send new posts to Mastodon',
|
||||
long_description='Parse rss feeds and send new posts to the Mastodon social network',
|
||||
author = 'Carl Chenet',
|
||||
author_email = 'chaica@ohmytux.com',
|
||||
url = 'https://gitlab.com/chaica/feed2toot',
|
||||
|
|
Loading…
Reference in a new issue