diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,10 +6,10 @@ version = '3.0.2' # platform-independent arguments for setup() setup_args = { 'name': 'librevideoconverter', - 'description': 'Simple video converter for WebM (vp8), Ogg Theora, MP4 and others, fork of Miro Video Converter', + 'description': 'A simple video converter for WebM (vp8), Ogg Theora, MP4 and others, fork of Miro Video Converter', 'author': 'Jesus Eduardo (Heckyel)', - 'author_email': 'heckyel@openmailbox.org', - 'url': 'https://notabug.org/Heckyel/LibreVideoConverter', + 'author_email': 'heckyel@riseup.net', + 'url': 'https://notabug.org/heckyel/librevideoconverter', 'license': 'GPL', 'version': version, 'packages': [ |