From d761d93f8c68e182ea00aab76de39f41b8adc36b Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 11 Jun 2012 12:09:29 +0200 Subject: [PATCH] add more metadata --- README | 2 ++ setup.py | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README b/README index 5ad2b58..9cb6030 100644 --- a/README +++ b/README @@ -1,5 +1,7 @@ oxtimelines - create timeline from video +https://wiki.0x2620.org/wiki/oxtimelines + This program takes one or more video files as input and outputs timeline images. If a cuts path is given, it also outputs a json file containing cuts. If in and out points are given, only that part of the video(s) will be rendered. diff --git a/setup.py b/setup.py index 6da7dc6..dba95f8 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,9 @@ setup(name='oxtimelines', ], author='0x2620', author_email='0x2620@0x2620.org', + url="https://wiki.0x2620.org/wiki/oxtimelines", + download_url="http://code.0x2620.org/oxtimelines/download", + license="GPLv3", description='extract timelines from videos', classifiers=[ 'Development Status :: 5 - Production/Stable',