add more metadata

This commit is contained in:
j 2012-06-11 12:09:29 +02:00
parent 93bb914f5e
commit d761d93f8c
2 changed files with 5 additions and 0 deletions

2
README
View File

@ -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.

View File

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