From 38261db238ad1ba5576322c74ae31d65bffed6a1 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 3 Nov 2010 22:27:29 +0100 Subject: [PATCH] update classifiers --- setup.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 2a6f46c..21aa698 100644 --- a/setup.py +++ b/setup.py @@ -12,15 +12,16 @@ setup(name="oxtimeline", packages = [ 'oxtimeline', ], - version="0.1", - author="j", - author_email="code@0xdb.org", - description="extract timeline from videos", + version="1.0", + author="0x2620", + author_email="0x2620@0x2620.org", + description="extract timelines from videos", classifiers = [ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules', + 'Topic :: Utilities' ], )