update classifiers
This commit is contained in:
parent
a30f493ae8
commit
38261db238
1 changed files with 6 additions and 5 deletions
11
setup.py
11
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'
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue