update classifiers

This commit is contained in:
j 2010-11-03 22:27:29 +01:00
parent a30f493ae8
commit 38261db238
1 changed files with 6 additions and 5 deletions

View File

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