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