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',