We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc9357 commit c07bacbCopy full SHA for c07bacb
setup.py
@@ -9,6 +9,18 @@
9
url='http://github.com/schworer/zencoder-py',
10
license="MIT License",
11
install_requires=['httplib2'],
12
- packages=['zencoder']
+ 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
+ ]
25
)
26
0 commit comments