Skip to content
Snippets Groups Projects
Commit 1c4931dc authored by Ondřej Kobližek's avatar Ondřej Kobližek
Browse files

Import python-mpegdash_0.1.5.orig.tar.gz

parent 3c765104
No related branches found
Tags upstream/0.1.5
No related merge requests found
......@@ -4,6 +4,9 @@
MPEG-DASH MPD(Media Presentation Description) Parser
compatible with Python2.6+ and Python3
## Install
$ pip install mpegdash
## Test
$ python -m unittest discover
$ python3 -m unittest discover
......
......@@ -15,7 +15,7 @@ setup(
long_description=long_description,
author="supercast",
author_email="gamzabaw@gmail.com",
version="0.1.0",
version="0.1.5",
license="MIT",
zip_safe=False,
include_package_data=True,
......@@ -23,4 +23,13 @@ setup(
url="https://github.com/caststack/python-mpegdash",
tests_require=tests_reqs,
test_suite="tests.my_module_suite",
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Environment :: Other Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules",
],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment