Skip to content

Commit

Permalink
Add classifiers, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sbraz committed May 5, 2016
1 parent 79da55d commit df65c07
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ pymediainfo
.. image:: https://api.travis-ci.org/sbraz/pymediainfo.svg
:target: https://travis-ci.org/sbraz/pymediainfo

This small package is a wrapper around the MediaInfo library. See
https://pymediainfo.readthedocs.io/ for more information.
This small package is a wrapper around the MediaInfo library. It works on
Linux, Mac OS X and Windows.

See https://pymediainfo.readthedocs.io/ for more information.
12 changes: 11 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,15 @@
zip_safe=False,
license='MIT',
tests_require=["nose"],
test_suite="nose.collector"
test_suite="nose.collector",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"License :: OSI Approved :: MIT License",
]
)

0 comments on commit df65c07

Please sign in to comment.