Skip to content

Commit c07bacb

Browse files
author
Alex Schworer
committed
Add classifiers to zencoder-py package
1 parent cbc9357 commit c07bacb

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

setup.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@
99
url='http://github.com/schworer/zencoder-py',
1010
license="MIT License",
1111
install_requires=['httplib2'],
12-
packages=['zencoder']
12+
packages=['zencoder'],
13+
platforms='any',
14+
classifiers=[
15+
'Development Status :: 4 - Beta',
16+
'Intended Audience :: Developers',
17+
'License :: OSI Approved :: MIT License',
18+
'Operating System :: OS Independent',
19+
'Programming Language :: Python',
20+
'Programming Language :: Python :: 2.5',
21+
'Programming Language :: Python :: 2.6',
22+
'Programming Language :: Python :: 2.7',
23+
'Topic :: Software Development :: Libraries :: Python Modules'
24+
]
1325
)
1426

0 commit comments

Comments
 (0)