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